Fixup precode alignment issues were sorted on OSX a while back
authorGeoff Norton <grompf@gmail.com>
Thu, 26 Feb 2015 08:41:25 +0000 (17:41 +0900)
committerGeoff Norton <grompf@gmail.com>
Thu, 26 Feb 2015 08:41:25 +0000 (17:41 +0900)
src/vm/amd64/cgencpu.h

index 68a45f8..ccc7d51 100644 (file)
@@ -56,10 +56,8 @@ EXTERN_C void FastCallFinalizeWorker(Object *obj, PCODE funcPtr);
 
 #define HAS_NDIRECT_IMPORT_PRECODE              1
 //#define HAS_REMOTING_PRECODE                  1    // TODO: Implement
-#if !defined(__APPLE__)
 #define HAS_FIXUP_PRECODE                       1
 #define HAS_FIXUP_PRECODE_CHUNKS                1
-#endif
 
 // ThisPtrRetBufPrecode one is necessary for closed delegates over static methods with return buffer
 #define HAS_THISPTR_RETBUF_PRECODE              1