2010-04-23 Geoff Norton <gnorton@novell.com>
authorGeoff Norton <grompf@sublimeintervention.com>
Fri, 23 Apr 2010 17:26:10 +0000 (17:26 -0000)
committerGeoff Norton <grompf@sublimeintervention.com>
Fri, 23 Apr 2010 17:26:10 +0000 (17:26 -0000)
        * mini-amd64.h: Darwin x86_64 support.

svn path=/trunk/mono/; revision=156020

mono/mini/ChangeLog
mono/mini/mini-amd64.h

index 30c818eab9977e8270b1f2484a61442dd4226622..ea882defe4d692418005ab55033a6d66aadebe14 100755 (executable)
@@ -5,6 +5,10 @@
 
        Contributed under MIT/X11 license.
 
+2010-04-23  Geoff Norton  <gnorton@novell.com>
+
+       * mini-amd64.h: Darwin x86_64 support.
+
 2010-04-20  Jonathan Pryor  <jpryor@novell.com>
 
        * exceptions-arm.c: Remove platform checks in favor of configure checks.
index f16b5231c5d8e3892fe616ee7a899377967b00f8..5a510259791df70d0a78eb429fb161436e7b2763 100644 (file)
@@ -258,7 +258,11 @@ typedef struct {
 
 #endif /* HOST_WIN32 */
 
-#if defined (__NetBSD__)
+#if defined (__APPLE__)
+
+#define MONO_ARCH_NOMAP32BIT
+
+#elif defined (__NetBSD__)
 
 #define REG_RAX 14
 #define REG_RCX 3