forked from Imagelibrary/binutils-gdb
sim: m32r: invert sim_cpu storage
The cpu*.h changes are in generated cgen code, but that has been sent upstream too, so the next regen should include it automatically.
This commit is contained in:
@@ -94,7 +94,7 @@ m32rxf_h_psw_set_handler (current_cpu, (x));\
|
||||
#define GET_H_LOCK() CPU (h_lock)
|
||||
#define SET_H_LOCK(x) (CPU (h_lock) = (x))
|
||||
} hardware;
|
||||
#define CPU_CGEN_HW(cpu) (& (cpu)->cpu_data.hardware)
|
||||
#define CPU_CGEN_HW(cpu) (& M32R_SIM_CPU (cpu)->cpu_data.hardware)
|
||||
} M32RXF_CPU_DATA;
|
||||
|
||||
/* Cover fns for register access. */
|
||||
|
||||
Reference in New Issue
Block a user