Skip to content

Commit

Permalink
Merge pull request #1583 from MasterDuke17/fix_lego_jit_new(mixin)typ…
Browse files Browse the repository at this point in the history
…e_implementations
  • Loading branch information
MasterDuke17 committed Oct 28, 2021
2 parents 1f9861e + ba03cb2 commit af2f79a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jit/x64/emit.dasc
Expand Up @@ -2285,7 +2285,7 @@ void MVM_jit_emit_primitive(MVMThreadContext *tc, MVMJitCompiler *compiler, MVMJ
MVMint16 name = ins->operands[2].reg.orig;
| mov ARG1, TC;
| mov ARG2, aword WORK[name];
| call &MVM_repr_get_by_name;
| callp &MVM_repr_get_by_name;
| mov FUNCTION, REPR:RV->type_object_for;
| mov ARG1, TC;
| mov ARG2, aword WORK[how];
Expand All @@ -2299,7 +2299,7 @@ void MVM_jit_emit_primitive(MVMThreadContext *tc, MVMJitCompiler *compiler, MVMJ
MVMint16 name = ins->operands[2].reg.orig;
| mov ARG1, TC;
| mov ARG2, aword WORK[name];
| call &MVM_repr_get_by_name;
| callp &MVM_repr_get_by_name;
| mov FUNCTION, REPR:RV->type_object_for;
| mov ARG1, TC;
| mov ARG2, aword WORK[how];
Expand Down

0 comments on commit af2f79a

Please sign in to comment.