sim: sim_do_commandf: fix call to va_end [PR sim/19273]
[binutils-gdb.git] / sim / common / sim-base.h
index e90e07ca340ebf7d7b254f24676173134493fc37..21f61f4dc1f8a21ee85b5d424207274a983e7291 100644 (file)
@@ -72,6 +72,8 @@ typedef address_word sim_cia;
 #define INVALID_INSTRUCTION_ADDRESS ((address_word)0 - 1)
 #endif
 
+/* TODO: Probably should just delete SIM_CPU.  */
+typedef struct _sim_cpu SIM_CPU;
 typedef struct _sim_cpu sim_cpu;
 
 #include "sim-module.h"