From 6674dc80d2338a5df24f686cbbbbc7560ff46d1e Mon Sep 17 00:00:00 2001 From: stefan Date: Fri, 11 Jun 2004 20:41:38 +0000 Subject: [PATCH] Small fix (native stub size) --- jit/alpha/codegen.c | 4 ++-- src/vm/jit/alpha/codegen.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jit/alpha/codegen.c b/jit/alpha/codegen.c index 7071fdfcf..aec3d458d 100644 --- a/jit/alpha/codegen.c +++ b/jit/alpha/codegen.c @@ -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) diff --git a/src/vm/jit/alpha/codegen.c b/src/vm/jit/alpha/codegen.c index 7071fdfcf..aec3d458d 100644 --- a/src/vm/jit/alpha/codegen.c +++ b/src/vm/jit/alpha/codegen.c @@ -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) -- 2.25.1