mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-19 08:37:14 +02:00
Dumped the old implementation. Started with a more simple approach.
This commit is contained in:
2
external/Squirrel/sqopcodes.h
vendored
2
external/Squirrel/sqopcodes.h
vendored
@ -99,7 +99,7 @@ enum SQOpcode
|
||||
_OP_THROW= 0x39,
|
||||
_OP_NEWSLOTA= 0x3A,
|
||||
_OP_GETBASE= 0x3B,
|
||||
_OP_CLOSE= 0x3C,
|
||||
_OP_CLOSE= 0x3C
|
||||
};
|
||||
|
||||
struct SQInstructionDesc {
|
||||
|
Reference in New Issue
Block a user