diff options
author | John van Groningen | 2006-11-29 13:05:42 +0000 |
---|---|---|
committer | John van Groningen | 2006-11-29 13:05:42 +0000 |
commit | 1ffb575da7a3e2a2773aae65addb514780cf4ebd (patch) | |
tree | 4f3879bc9a44cff4c4adb90561f8f2419670f3f9 | |
parent | remove call to write_heap on 64 bit linux because it is not yet implemented (diff) |
fix bug in DtoAC
-rw-r--r-- | astartup.asm | 2 |
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 |