Skip to content

Commit

Permalink
TMP1 is an alias for ARG1; TMP6 overwrites nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
timo committed Aug 20, 2017
1 parent bff5385 commit 4f01cba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jit/emit_x64.dasc
Expand Up @@ -1827,8 +1827,8 @@ void MVM_jit_emit_primitive(MVMThreadContext *tc, MVMJitGraph *jg,
| mov ARG3, aword WORK[expected];
| mov ARG4, aword WORK[value];
|.if WIN32;
| lea TMP1, WORK[result]
| mov qword [rsp+0x20], TMP1
| lea TMP6, WORK[result]
| mov qword [rsp+0x20], TMP6
|.else;
| lea ARG5, WORK[result]
|.endif
Expand Down

0 comments on commit 4f01cba

Please sign in to comment.