mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-16 15:17:13 +02:00
Dumped the old implementation. Started with a more simple approach.
This commit is contained in:
1
external/Squirrel/sqfuncstate.cpp
vendored
1
external/Squirrel/sqfuncstate.cpp
vendored
@ -73,7 +73,6 @@ SQInstructionDesc g_InstrDesc[]={
|
||||
{_SC("_OP_NEWSLOTA")},
|
||||
{_SC("_OP_GETBASE")},
|
||||
{_SC("_OP_CLOSE")},
|
||||
{_SC("_OP_JCMP")}
|
||||
};
|
||||
#endif
|
||||
void DumpLiteral(SQObjectPtr &o)
|
||||
|
Reference in New Issue
Block a user