summaryrefslogtreecommitdiff
path: root/astartup.asm
diff options
context:
space:
mode:
Diffstat (limited to 'astartup.asm')
-rw-r--r--astartup.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/astartup.asm b/astartup.asm
index 917f273..0d126dd 100644
--- a/astartup.asm
+++ b/astartup.asm
@@ -1235,7 +1235,7 @@ printD: test al,2
DtoAC_record:
ifdef NEW_DESCRIPTORS
- movsxd rbp,dword ptr (-6)[rbp]
+ movsxd rbp,dword ptr (-6)[rax]
else
movsx rbp,dword ptr (-4)[rbp]
endif