* mn10300_sim.h: Declare all functions in op_utils.c using INLINE_SIM_MAIN.

* op_utils.c: Ditto.
* sim-main.c: New file.  Include op_utils.c.
This commit is contained in:
Andrew Cagney 1998-04-14 04:26:04 +00:00
parent 13eaae2fd0
commit aba672aac5
1 changed files with 4 additions and 0 deletions

4
sim/mn10300/sim-main.c Normal file
View File

@ -0,0 +1,4 @@
#ifndef SIM_MAIN_C
#define SIM_MAIN_C
#include "op_utils.c"
#endif