Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARM64 funs for struct returns #370

Merged
merged 18 commits into from Feb 26, 2019
12 changes: 7 additions & 5 deletions src/plugins/SqueakFFIPrims/ARM64FFIPlugin.c
@@ -1,9 +1,11 @@
/* Automatically generated by
VMPluginCodeGenerator * VMMaker.oscog-KenD.2518 uuid: 0b3e3f73-87b1-4b35-b4fd-842ccdbdd971

VMPluginCodeGenerator VMMaker.oscog-eem.2520 uuid: 6031f286-1f25-45df-ba77-ee65f80df015
from
ThreadedARM64FFIPlugin * VMMaker.oscog-KenD.2518 uuid: 0b3e3f73-87b1-4b35-b4fd-842ccdbdd971
ThreadedARM64FFIPlugin VMMaker.oscog-eem.2520 uuid: 6031f286-1f25-45df-ba77-ee65f80df015
*/
static char __buildInfo[] = "ThreadedARM64FFIPlugin * VMMaker.oscog-KenD.2518 uuid: 0b3e3f73-87b1-4b35-b4fd-842ccdbdd971 " __DATE__ ;
static char __buildInfo[] = "ThreadedARM64FFIPlugin VMMaker.oscog-eem.2520 uuid: 6031f286-1f25-45df-ba77-ee65f80df015 " __DATE__ ;




Expand Down Expand Up @@ -516,9 +518,9 @@ extern
struct VirtualMachine* interpreterProxy;
static const char *moduleName =
#ifdef SQUEAK_BUILTIN_PLUGIN
"ARM64FFIPlugin * VMMaker.oscog-KenD.2518 (i)"
"ARM64FFIPlugin VMMaker.oscog-eem.2520 (i)"
#else
"ARM64FFIPlugin * VMMaker.oscog-KenD.2518 (e)"
"ARM64FFIPlugin VMMaker.oscog-eem.2520 (e)"
#endif
;

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.