Only compile BuildCallFrom16Func on x86.

oldstable
Vincent Béron 2004-10-14 00:25:44 +00:00 committed by Alexandre Julliard
parent 3f3e29254b
commit b07dec4634
1 changed files with 2 additions and 0 deletions

View File

@ -304,6 +304,7 @@ static int BuildModule16( FILE *outfile, int max_code_offset,
}
#ifdef __i386__
/*******************************************************************
* BuildCallFrom16Func
*
@ -447,6 +448,7 @@ static void BuildCallFrom16Func( FILE *outfile, const char *profile, const char
fprintf( outfile, "%s args + %d", i? ",\n" : "", argsize );
fprintf( outfile, " );\n}\n\n" );
}
#endif
/*******************************************************************