This simple fix made the routine for OP_POP not require an additional dispatch step on top of the conditional due to OPCODE_DATA_TYPE, instead using data_type_t as a map from an opcode's base type to a specific type.
This simple fix made the routine for OP_POP not require an additional dispatch step on top of the conditional due to OPCODE_DATA_TYPE, instead using data_type_t as a map from an opcode's base type to a specific type.