diff options
Diffstat (limited to 'astartup.asm')
-rw-r--r-- | astartup.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astartup.asm b/astartup.asm index 86a89d5..917f273 100644 --- a/astartup.asm +++ b/astartup.asm @@ -1268,7 +1268,7 @@ DtoAC_: endif DtoAC_string_a2: - mov rax,dword ptr [rbp] + mov eax,dword ptr [rbp] lea rcx,4[rbp] jmp build_string |