sprintf_malloc
This commit is contained in:
@@ -18,7 +18,7 @@ typedef struct Instruction {
|
||||
/// @brief get instruction info from table
|
||||
/// @param opcode any byte
|
||||
/// @return ptr to struct or NULL
|
||||
NULLABLE(const Instruction* Instruction_getFromOpcode(u8 opcode));
|
||||
const Instruction* NULLABLE(Instruction_getFromOpcode)(u8 opcode);
|
||||
|
||||
i32 NOP_impl(VM* vm, size_t pos);
|
||||
i32 PUSH_impl(VM* vm, size_t pos);
|
||||
|
||||
Reference in New Issue
Block a user