diff options
-rw-r--r-- | src/inst.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -142,5 +142,7 @@ inst_t inst_read_bytecode(darr_t *darr) inst.operand = read_type_from_darr(darr, DATA_TYPE_BYTE); // Otherwise opcode doesn't take operands + inst.opcode = opcode; + return inst; } |