Index: inst.h =================================================================== RCS file: /cvs/src/src/sim/h8300/inst.h,v retrieving revision 1.4 diff -c -3 -p -r1.4 inst.h *** inst.h 26 Dec 2002 05:44:46 -0000 1.4 --- inst.h 14 Mar 2003 11:46:32 -0000 *************** enum h8300_sim_state { *** 66,71 **** --- 66,74 ---- SIM_STATE_RUNNING, SIM_STATE_EXITED, SIM_STATE_SIGNALLED, SIM_STATE_STOPPED }; + /* For Command Line. */ + char **ptr_command_line; /* Pointer to Command Line Arguments. */ + typedef struct { enum h8300_sim_state state;