newcomp moved to jit
[cacao.git] / alpha / gen.c
index 996225d8dc6c35177903973e56abc6edb69888b8..3d752568f5b20e1101bfb95d616d50eb7bca4b37 100644 (file)
@@ -1818,7 +1818,7 @@ void removenativestub (u1 *stub)
 
 #define NATIVESTUBSIZE 11
 
-u1 *createnativestub (functionptr f, methodinfo *m)
+u1 *oldcreatenativestub (functionptr f, methodinfo *m)
 {
        u8 *s = CNEW (u8, NATIVESTUBSIZE);  /* memory to hold the stub      */
        s4 *p = (s4*) s;                    /* code generation pointer      */