Skip to content

Commit

Permalink
fixup dispatcher-track-unbox-int
Browse files Browse the repository at this point in the history
  • Loading branch information
niner authored and nwc10 committed Nov 5, 2021
1 parent f367d29 commit a70ca32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/disp/program.c
Expand Up @@ -3683,6 +3683,7 @@ const char *MVM_disp_opcode_to_name(MVMDispProgramOpcode op) {
case MVMDispOpcodeLoadAttributeInt: return "MVMDispOpcodeLoadAttributeInt";
case MVMDispOpcodeLoadAttributeNum: return "MVMDispOpcodeLoadAttributeNum";
case MVMDispOpcodeLoadAttributeStr: return "MVMDispOpcodeLoadAttributeStr";
case MVMDispOpcodeUnboxInt: return "MVMDispOpcodeUnboxInt";
case MVMDispOpcodeLoadHOW: return "MVMDispOpcodeLoadHOW";
case MVMDispOpcodeLookup: return "MVMDispOpcodeLookup";
case MVMDispOpcodeSet: return "MVMDispOpcodeSet";
Expand Down

0 comments on commit a70ca32

Please sign in to comment.