diff options
Diffstat (limited to 'thread')
-rw-r--r-- | thread/astartup.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thread/astartup.asm b/thread/astartup.asm index 6862e97..5fed1d2 100644 --- a/thread/astartup.asm +++ b/thread/astartup.asm @@ -5353,7 +5353,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 |