[Vm-dev] [commit][3453] JMM add commented out function define for thunkEntry, expore why

commits at squeakvm.org commits at squeakvm.org
Sat Sep 26 18:56:49 UTC 2015


Revision: 3453
Author:   johnmci
Date:     2015-09-26 11:56:49 -0700 (Sat, 26 Sep 2015)
Log Message:
-----------
JMM add commented out function define for thunkEntry, expore why

Modified Paths:
--------------
    trunk/platforms/Cross/plugins/IA32ABI/ia32abi.h

Modified: trunk/platforms/Cross/plugins/IA32ABI/ia32abi.h
===================================================================
--- trunk/platforms/Cross/plugins/IA32ABI/ia32abi.h	2015-09-26 18:55:01 UTC (rev 3452)
+++ trunk/platforms/Cross/plugins/IA32ABI/ia32abi.h	2015-09-26 18:56:49 UTC (rev 3453)
@@ -48,6 +48,8 @@
 # define DBL_REG_ARGS double,double,double,double,double,double,double,double,
 #endif
 extern long  thunkEntry (INT_REG_ARGS DBL_REG_ARGS void *,long *);
+//JMM extern long thunkEntry(long a0, long a1, long a2, long a3, long a4, long a5,
+//                       void *thunkp, long *stackp);
 extern void *allocateExecutablePage(long *pagesize);
 extern VMCallbackContext *getMostRecentCallbackContext(void);
 



More information about the Vm-dev mailing list