Skip to content

Commit

Permalink
Fixup "Translate dispatch to native functions"
Browse files Browse the repository at this point in the history
  • Loading branch information
niner authored and nwc10 committed Nov 6, 2021
1 parent d635c1c commit 2174a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spesh/disp.c
Expand Up @@ -65,6 +65,7 @@ MVMCallsite * MVM_spesh_disp_callsite_for_dispatch_op(MVMuint16 opcode, MVMuint8
return cu->body.callsites[GET_UI16(args, 6)];
case MVM_OP_sp_runbytecode_v:
case MVM_OP_sp_runcfunc_v:
case MVM_OP_sp_runnativecall_v:
return (MVMCallsite *)GET_UI64(args, 2);
case MVM_OP_sp_runbytecode_i:
case MVM_OP_sp_runbytecode_n:
Expand All @@ -74,7 +75,6 @@ MVMCallsite * MVM_spesh_disp_callsite_for_dispatch_op(MVMuint16 opcode, MVMuint8
case MVM_OP_sp_runcfunc_n:
case MVM_OP_sp_runcfunc_s:
case MVM_OP_sp_runcfunc_o:
case MVM_OP_sp_runnativecall_v:
case MVM_OP_sp_runnativecall_i:
case MVM_OP_sp_runnativecall_n:
case MVM_OP_sp_runnativecall_s:
Expand Down

0 comments on commit 2174a9c

Please sign in to comment.