* src/vm/jit/alpha/codegen.h (PATCHER_CALL_SIZE): Defined.
authortwisti <none@none>
Tue, 28 Nov 2006 19:14:14 +0000 (19:14 +0000)
committertwisti <none@none>
Tue, 28 Nov 2006 19:14:14 +0000 (19:14 +0000)
src/vm/jit/alpha/codegen.h

index 298d01463610c5eaa523641b520fd0dd6db4a637..203d5802c962e6c04cc88318a01211efd6c45a4a 100644 (file)
 
    Authors: Andreas Krall
             Reinhard Grafl
+            Christian Thalinger
 
-   Changes: Christian Thalinger
-
-   $Id: codegen.h 5951 2006-11-11 18:31:10Z twisti $
+   $Id: codegen.h 6072 2006-11-28 19:14:14Z twisti $
 
 */
 
@@ -99,6 +98,8 @@
 
 /* some patcher defines *******************************************************/
 
+#define PATCHER_CALL_SIZE    1 * 4     /* an instruction is 4-bytes long      */
+
 #define PATCHER_NOPS \
     do { \
         M_NOP; \