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 695374a..4690725 100644 --- a/astartup.asm +++ b/astartup.asm @@ -4520,7 +4520,7 @@ st_fillr3_array: ret create_R_array_4: - lea rbp,3[rax+4] + lea rbp,3[rax*4] sub r15,rbp jge no_collect_4584 call collect_0 |