Version 3.0.6. sh/sh64 fixes.

This commit is contained in:
green
2008-07-17 13:13:52 +00:00
parent 3704031875
commit 260d513fea
10 changed files with 74 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
/* -----------------------------------------------------------------------
ffi.c - Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Kaz Kojima
ffi.c - Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Kaz Kojima
Copyright (c) 2008 Red Hat, Inc.
SuperH Foreign Function Interface
@@ -461,7 +461,7 @@ ffi_prep_closure_loc (ffi_closure* closure,
void *codeloc)
{
unsigned int *tramp;
unsigned short insn;
unsigned int insn;
FFI_ASSERT (cif->abi == FFI_GCC_SYSV);