Changeset 61
- Timestamp:
- 06/17/06 00:30:08 (2 years ago)
- Location:
- NEWT0/trunk/contrib/NewtObjC/objc-runtime-x
- Files:
-
- 1 added
- 2 modified
-
objc-runtime-x-i386.s (added)
-
objc-runtime-x-ppc.s (modified) (2 diffs)
-
objc-runtime-x.s (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
NEWT0/trunk/contrib/NewtObjC/objc-runtime-x/objc-runtime-x-ppc.s
r31 r61 1 1 /* 2 * objc-runtime extension based on Apple 's objc4-237.2 * objc-runtime extension based on Apple s objc4-237. 3 3 * 4 4 * Copyright (c) 1999-2003 Apple Computer, Inc. All Rights Reserved. … … 136 136 * An equally correct way to prototype this routine is: 137 137 * 138 * void objc_m sgSendv_stret(void *structStorage,138 * void objc_methodCallv_stret(void *structStorage, 139 139 * id self, 140 140 * SEL op, -
NEWT0/trunk/contrib/NewtObjC/objc-runtime-x/objc-runtime-x.s
r31 r61 23 23 * 24 24 * The Initial Developer of the Original Code is Paul Guyot. 25 * Portions created by the Initial Developer are Copyright (C) 2005 the25 * Portions created by the Initial Developer are Copyright (C) 2005-2006 the 26 26 * Initial Developer. All Rights Reserved. 27 27 * … … 36 36 #if defined (__ppc__) || defined(ppc) 37 37 #include "objc-runtime-x-ppc.s" 38 #elif defined (__i386__) || defined (i386) 39 #include "objc-runtime-x-i386.s" 38 40 #else 39 41 #error Architecture not supported
