Remove tui_gen_win_info::viewport_height
[deliverable/binutils-gdb.git] / sim / d10v / d10v_sim.h
index ed2bbbb16d9001defb73382e6898d7ca4b2ce77e..86243c9f70022177ef0c1de751ba206e795bce53 100644 (file)
@@ -226,7 +226,6 @@ struct d10v_memory
   uint8 *insn[IMEM_SEGMENTS];
   uint8 *data[DMEM_SEGMENTS];
   uint8 *unif[UMEM_SEGMENTS];
-  uint8 fault[16];
 };
 
 struct _state
@@ -262,7 +261,6 @@ struct _state
   } trace;
 
   uint8 exe;
-  int  exception;
   int  pc_changed;
 
   /* NOTE: everything below this line is not reset by
@@ -275,7 +273,6 @@ struct _state
 } State;
 
 
-extern host_callback *d10v_callback;
 extern uint16 OP[4];
 extern struct simops Simops[];
 
This page took 0.023597 seconds and 4 git commands to generate.