BR_OpcodeFull does not always exist

This commit is contained in:
Jonathan Campbell
2020-06-24 10:08:20 -07:00
parent 376a6c333f
commit b6e14a528c

View File

@@ -365,7 +365,9 @@ run_block:
cpu.exception.which=0;
// fallthrough, let the normal core handle the block-modifying instruction
case BR_Opcode:
#if (C_DEBUG)
case BR_OpcodeFull:
#endif
// some instruction has been encountered that could not be translated
// (thus it is not part of the code block), the normal core will
// handle this instruction