blob: 8fbc5a92d4e059354ffb50c41e1b601c937577e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
--- ./src/builtin.c 2005/09/16 16:03:46 1.91
+++ ./src/builtin.c 2006/05/19 21:20:51 1.92
@@ -7,8 +7,8 @@
* the license in the file "License", which is included in the distribution.
*
* $RCSfile: builtin.c,v $
- * $Revision: 1.91 $
- * $Date: 2005/09/16 16:03:46 $
+ * $Revision: 1.92 $
+ * $Date: 2006/05/19 21:20:51 $
* ------------------------------------------------------------------------*/
/* We include math.h before prelude.h because SunOS 4's cpp incorrectly
@@ -1988,6 +1988,7 @@ static struct thunk_data* foreignThunks
to return to it before tail jumping from the adjustor thunk.
*/
static unsigned char *obscure_ccall_ret_code; /* set by initAdjustor() */
+#endif /* i386_HOST_ARCH */
/* Heavily arch-specific, I'm afraid.. */
@@ -2024,8 +2025,6 @@ static void* local mallocBytesRWX(int le
return addr;
}
-#endif /* i386_HOST_ARCH */
-
/* Perform initialisation of adjustor thunk layer (if needed). */
static void local initAdjustor() {
#if i386_HOST_ARCH
|