Changeset 331 for trunk/nom/src/nombuildclass.c
- Timestamp:
- May 2, 2008, 8:13:05 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nom/src/nombuildclass.c
r329 r331 59 59 #include <nomclassmanager.h> 60 60 61 #include <thunk.h> 62 61 63 /* Define if you want to have messages from nomBuildClass() and friends */ 62 64 //#define DEBUG_NOMBUILDCLASS … … 98 100 /******************* somBuildClass **********************/ 99 101 102 #if 0 100 103 /* 101 104 Thunking code to get the instance var address from an object pointer pushed … … 115 118 */ 116 119 static gulong mThunkCode[]={0x04244c8b, 0xff00518b, 0x0000aca2 , 0x16000000}; 117 120 #endif 118 121 119 122 /***********************************************************************************/
Note:
See TracChangeset
for help on using the changeset viewer.