Added i386 define for patcher_putfieldconst.
authortwisti <none@none>
Fri, 13 May 2005 14:01:19 +0000 (14:01 +0000)
committertwisti <none@none>
Fri, 13 May 2005 14:01:19 +0000 (14:01 +0000)
src/vm/jit/patcher.h

index bd32abd42a9ec7b5fb1bf55a0c7eebe8bc4e2d06..bea7c49cb78a404ad94eab5d1c0e2fd5704d4f59 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: patcher.h 2447 2005-05-11 12:55:06Z twisti $
+   $Id: patcher.h 2473 2005-05-13 14:01:19Z twisti $
 
 */
 
@@ -59,7 +59,7 @@ bool patcher_get_putfield(u1 *sp);
 
 #endif /* defined(__I386__) */
 
-#if defined(__X86_64__)
+#if defined(__I386__) || defined(__X86_64__)
 bool patcher_putfieldconst(u1 *sp);
 #define PATCHER_putfieldconst (functionptr) patcher_putfieldconst
 #endif