diff options
Diffstat (limited to 'astartup.asm')
-rw-r--r-- | astartup.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/astartup.asm b/astartup.asm index 69ce5cc..292b8c1 100644 --- a/astartup.asm +++ b/astartup.asm @@ -3345,7 +3345,11 @@ eval_fill: lea rax,e__system__eaind+0 jmp rax db 0,0,0 + ifdef PIC + dd e__system__dind-. + else dd e__system__dind + endif dd -2 e__system__nind: __indirection: |