* Removed all Id tags.
[cacao.git] / src / vm / jit / m68k / codegen.h
index f06e8059f6f38561aa4d373ef02415ca1faba7f6..8d5ff5b02837de2000ac73f9ae1643b8d117aba3 100644 (file)
@@ -22,8 +22,6 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: arch.h 5330 2006-09-05 18:43:12Z edwin $
-
 */
 
 
 #define PATCHER_NOPS \
        do { M_TPFL; M_TPF; M_TPF } while (0);
 
+#define PATCHER_CALL_SIZE      (3*2)
 
 /* stub defines ***************************************************************/
 
-#define COMPILERSTUB_CODESIZE (6+6+6+2)
+#define COMPILERSTUB_CODESIZE (6+6+2)
 
 
 /* coldfire instruction format:
 
 
 
-#define PATCHER_CALL_SIZE      6
 
 #define M_NOP          OPWORD(0x139,6,1)                               /* 0x4371 do not use as it syncs pipeline */
 #define M_ILLEGAL      OPWORD(0x12b,7,4)                               /* 0x4afc */