* src/vm/jit/powerpc/codegen.h (PATCHER_CALL_SIZE): Defined.
authortwisti <none@none>
Mon, 27 Nov 2006 20:05:59 +0000 (20:05 +0000)
committertwisti <none@none>
Mon, 27 Nov 2006 20:05:59 +0000 (20:05 +0000)
src/vm/jit/powerpc/codegen.h

index 8f7afe06b0afe640fe49396a59529a840d93f8b6..c8f62f5d5b411f984b7c37796ff65b0e373ec669 100644 (file)
@@ -30,7 +30,7 @@
             Christian Thalinger
             Christian Ullrich
 
-   $Id: codegen.h 5943 2006-11-09 15:27:03Z twisti $
+   $Id: codegen.h 6069 2006-11-27 20:05:59Z twisti $
 
 */
 
 
 /* some patcher defines *******************************************************/
 
+#define PATCHER_CALL_SIZE    1 * 4      /* an instruction is 4-bytes long     */
+
 #define PATCHER_NOPS \
     do { \
         M_NOP; \