Return address handling. Not happy with the design, but it (sorta) works.
This commit is contained in:
@@ -75,6 +75,7 @@ enum Opcode {
|
||||
OPCODE_CALL_INDIRECT,
|
||||
OPCODE_CALL_INDIRECT_TRUE,
|
||||
OPCODE_RETURN,
|
||||
OPCODE_SET_RETURN_ADDRESS,
|
||||
|
||||
OPCODE_BRANCH,
|
||||
OPCODE_BRANCH_IF,
|
||||
|
||||
Reference in New Issue
Block a user