mirror of
https://github.com/CPunch/Cosmo.git
synced 2025-12-21 18:30:38 +00:00
fixed typos
This commit is contained in:
@@ -173,7 +173,7 @@ int disasmInstr(CChunk *chunk, int offset, int indent) {
|
||||
case OP_INCGLOBAL:
|
||||
return u8u16OperandInstruction("OP_INCGLOBAL", chunk, offset);
|
||||
case OP_INCUPVAL:
|
||||
return u8u8OperandInstruction("OP_INCLOCAL", chunk, offset);
|
||||
return u8u8OperandInstruction("OP_INCUPVAL", chunk, offset);
|
||||
case OP_INCINDEX:
|
||||
return u8OperandInstruction("OP_INCINDEX", chunk, offset);
|
||||
case OP_INCOBJECT:
|
||||
|
||||
Reference in New Issue
Block a user