From c28e2df9e246712cc590559185827d08dbd08c2b Mon Sep 17 00:00:00 2001 From: twisti Date: Tue, 5 Jun 2007 10:14:29 +0000 Subject: [PATCH] * src/vm/jit/mips/md-abi.c (md_param_alloc_native) [SIZEOF_VOID_P == 8]: Fixed compilation. --- src/vm/jit/mips/md-abi.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/vm/jit/mips/md-abi.c b/src/vm/jit/mips/md-abi.c index 6285a099e..c11bdb6de 100644 --- a/src/vm/jit/mips/md-abi.c +++ b/src/vm/jit/mips/md-abi.c @@ -22,7 +22,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - $Id: md-abi.c 8011 2007-06-05 10:06:18Z twisti $ + $Id: md-abi.c 8012 2007-06-05 10:14:29Z twisti $ */ @@ -601,11 +601,12 @@ void md_param_alloc_native(methoddesc *md) } # endif /* !defined(ENABLE_SOFT_FLOAT) */ -#endif /* SIZEOF_VOID_P == 8 */ /* fill register and stack usage */ md->memuse = stacksize; + +#endif /* SIZEOF_VOID_P == 8 */ } -- 2.25.1