forked from Imagelibrary/binutils-gdb
sim: cgen: invert sim_state storage for cgen ports
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2021-05-17 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* sim-main.h (struct sim_state): Delete.
|
||||
|
||||
2021-05-16 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* dv-m32r_cache.c, dv-m32r_uart.c: Replace config.h include with
|
||||
|
||||
@@ -48,16 +48,6 @@ struct _sim_cpu {
|
||||
#endif
|
||||
};
|
||||
|
||||
/* The sim_state struct. */
|
||||
|
||||
struct sim_state {
|
||||
sim_cpu *cpu[MAX_NR_PROCESSORS];
|
||||
|
||||
CGEN_STATE cgen_state;
|
||||
|
||||
sim_state_base base;
|
||||
};
|
||||
|
||||
/* Misc. */
|
||||
|
||||
/* Catch address exceptions. */
|
||||
|
||||
Reference in New Issue
Block a user