Puts #ifdefs as per the rest of i386/jit_emit.h.

Regards
Mattia

Index: jit/i386/jit_emit.h
===================================================================
RCS file: /cvs/public/parrot/jit/i386/jit_emit.h,v
retrieving revision 1.79
diff -u -2 -r1.79 jit_emit.h
--- jit/i386/jit_emit.h        13 Aug 2003 05:59:23 -0000        1.79
+++ jit/i386/jit_emit.h        14 Aug 2003 21:21:22 -0000
@@ -2499,4 +2499,5 @@
         emitm_pushl_i(jit_info->native_ptr, interpreter);
     }
+#    if EXEC_CAPABLE
     else {
         emitm_pushl_i(jit_info->native_ptr, 0x0);
@@ -2504,4 +2505,5 @@
             jit_info->native_ptr, RTYPE_COM, "interpre", -4);
     }
+#    endif
 
     /* get the pc from stack:  mov 12(%ebp), %eax */


Reply via email to