File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/plugins/SqueakFFIPrims Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11/* Automatically generated by
2- VMPluginCodeGenerator VMMaker.oscog-eem.2524 uuid: 0ebcb871-1196-4c0f-bbcb-45e8280e3737
2+ VMPluginCodeGenerator VMMaker.oscog-eem.2518 uuid: 33deb326-de86-45aa-be20-d64c10de4e70
33 from
4- ThreadedARM32FFIPlugin VMMaker.oscog-eem.2524 uuid: 0ebcb871-1196-4c0f-bbcb-45e8280e3737
4+ ThreadedARM32FFIPlugin VMMaker.oscog-eem.2518 uuid: 33deb326-de86-45aa-be20-d64c10de4e70
55 */
6- static char __buildInfo [] = "ThreadedARM32FFIPlugin VMMaker.oscog-eem.2524 uuid: 0ebcb871-1196-4c0f-bbcb-45e8280e3737 " __DATE__ ;
6+ static char __buildInfo [] = "ThreadedARM32FFIPlugin VMMaker.oscog-eem.2518 uuid: 33deb326-de86-45aa-be20-d64c10de4e70 " __DATE__ ;
77
88
99
@@ -204,7 +204,7 @@ warning(char *s) { /* Print an error message but don't exit. */
204204#define PrimErrNotFound 11
205205#define PrimErrObjectMayMove 14
206206#if !defined(SPURVM ) /* Allow this to be overridden on the compiler command line */
207- # define SPURVM 1
207+ # define SPURVM 0
208208#endif
209209
210210typedef struct {
@@ -514,9 +514,9 @@ extern
514514struct VirtualMachine * interpreterProxy ;
515515static const char * moduleName =
516516#ifdef SQUEAK_BUILTIN_PLUGIN
517- "ARM32FFIPlugin VMMaker.oscog-eem.2524 (i)"
517+ "ARM32FFIPlugin VMMaker.oscog-eem.2518 (i)"
518518#else
519- "ARM32FFIPlugin VMMaker.oscog-eem.2524 (e)"
519+ "ARM32FFIPlugin VMMaker.oscog-eem.2518 (e)"
520520#endif
521521;
522522
You can’t perform that action at this time.
0 commit comments