Skip to content

Commit

Permalink
TMP4d is callee save, so save it during call
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Aug 21, 2018
1 parent 6c6e568 commit 2ca3829
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/jit/x64/emit.dasc
Expand Up @@ -2292,7 +2292,9 @@ void MVM_jit_emit_primitive(MVMThreadContext *tc, MVMJitCompiler *compiler, MVMJ
| mov WORK[c], TMP2
| jmp >3
|2:
| mov dword [rbp-0x30], TMP4d;
emit_fastcreate(tc, compiler, jg, ins);
| mov TMP4d, dword [rbp-0x30];
| mov dword [RV + offset], MVM_BIGINT_32_FLAG
| mov dword [RV + val_offset], TMP4d
| mov WORK[c], RV
Expand Down

0 comments on commit 2ca3829

Please sign in to comment.