You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -145,7 +153,8 @@ unsigned int *VirtualMachine::run(unsigned int *pos)
145
153
&&do_str_at,
146
154
&&do_str_length,
147
155
&&do_str_contains,
148
-
&&do_exec
156
+
&&do_exec,
157
+
&&do_call_procedure
149
158
};
150
159
unsignedint *loopStart;
151
160
unsignedint *loopEnd;
@@ -156,8 +165,14 @@ unsigned int *VirtualMachine::run(unsigned int *pos)
156
165
if (m_regCount > 0) {
157
166
std::cout << "warning: VM: " << m_regCount << " registers were leaked by the script; this is most likely a bug in the VM or in the compiler" << std::endl;
0 commit comments