Small fix (native stub size)
authorstefan <none@none>
Fri, 11 Jun 2004 20:41:38 +0000 (20:41 +0000)
committerstefan <none@none>
Fri, 11 Jun 2004 20:41:38 +0000 (20:41 +0000)
jit/alpha/codegen.c
src/vm/jit/alpha/codegen.c

index 7071fdfcf9f28b97f73d1b8f944366ce1e6156c7..aec3d458de0f410a961d02506afe17804f8861c3 100644 (file)
@@ -28,7 +28,7 @@
    Authors: Andreas Krall
             Reinhard Grafl
 
-   $Id: codegen.c 1146 2004-06-06 12:48:10Z twisti $
+   $Id: codegen.c 1161 2004-06-11 20:41:38Z stefan $
 
 */
 
@@ -4004,7 +4004,7 @@ void removecompilerstub(u1 *stub)
 
 #define NATIVESTUBSIZE           (44 + NATIVESTUBTHREADEXTRA)
 #define NATIVESTATICSIZE         5
-#define NATIVEVERBOSESIZE        (39 + 13)
+#define NATIVEVERBOSESIZE        (39 + 13 + NATIVESTUBTHREADEXTRA)
 #define NATIVESTUBOFFSET         9
 
 u1 *createnativestub(functionptr f, methodinfo *m)
index 7071fdfcf9f28b97f73d1b8f944366ce1e6156c7..aec3d458de0f410a961d02506afe17804f8861c3 100644 (file)
@@ -28,7 +28,7 @@
    Authors: Andreas Krall
             Reinhard Grafl
 
-   $Id: codegen.c 1146 2004-06-06 12:48:10Z twisti $
+   $Id: codegen.c 1161 2004-06-11 20:41:38Z stefan $
 
 */
 
@@ -4004,7 +4004,7 @@ void removecompilerstub(u1 *stub)
 
 #define NATIVESTUBSIZE           (44 + NATIVESTUBTHREADEXTRA)
 #define NATIVESTATICSIZE         5
-#define NATIVEVERBOSESIZE        (39 + 13)
+#define NATIVEVERBOSESIZE        (39 + 13 + NATIVESTUBTHREADEXTRA)
 #define NATIVESTUBOFFSET         9
 
 u1 *createnativestub(functionptr f, methodinfo *m)