refactor: remove ReturnValue instruction

This commit is contained in:
2026-07-13 20:31:41 +02:00
parent ff3fce53f5
commit 798287ef47
3 changed files with 1 additions and 15 deletions
-5
View File
@@ -170,11 +170,6 @@ enum class instruction_t : byte {
* @brief Pops the current call frame.
*/
Return,
/**
* @brief Pops the current call frame and pushes the first element from the previous stack onto the new stack.
*/
ReturnValue,
};
struct instruction {