Commit b07dec46 authored by Vincent Béron's avatar Vincent Béron Committed by Alexandre Julliard

Only compile BuildCallFrom16Func on x86.

parent 3f3e2925
......@@ -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
/*******************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment