Forgot this file.

From-SVN: r55573
This commit is contained in:
Bo Thorsen 2002-07-19 02:37:03 +02:00
parent 437deefaca
commit 7e31e4ae78
1 changed files with 0 additions and 4 deletions

View File

@ -38,12 +38,10 @@ void ffi_prep_args(char *stack, extended_cif *ecif)
/*@=exportheader@*/
{
register unsigned int i;
register int tmp;
register void **p_argv;
register char *argp;
register ffi_type **p_arg;
tmp = 0;
argp = stack;
if (ecif->cif->rtype->type == FFI_TYPE_STRUCT)
@ -268,12 +266,10 @@ ffi_prep_incoming_args_SYSV(char *stack, void **rvalue,
/*@=exportheader@*/
{
register unsigned int i;
register int tmp;
register void **p_argv;
register char *argp;
register ffi_type **p_arg;
tmp = 0;
argp = stack;
if ( cif->rtype->type == FFI_TYPE_STRUCT ) {