summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn van Groningen2006-11-29 13:05:42 +0000
committerJohn van Groningen2006-11-29 13:05:42 +0000
commit1ffb575da7a3e2a2773aae65addb514780cf4ebd (patch)
tree4f3879bc9a44cff4c4adb90561f8f2419670f3f9
parentremove call to write_heap on 64 bit linux because it is not yet implemented (diff)
fix bug in DtoAC
-rw-r--r--astartup.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/astartup.asm b/astartup.asm
index 12714ad..86a89d5 100644
--- a/astartup.asm
+++ b/astartup.asm
@@ -1268,7 +1268,7 @@ DtoAC_:
endif
DtoAC_string_a2:
- mov rax,qword ptr [rbp]
+ mov rax,dword ptr [rbp]
lea rcx,4[rbp]
jmp build_string