binutils-gdb/sim/ppc/sim-main.h
Mike Frysinger 1fef66b0dc sim: split sim-signal.h include out
The sim-basics.h is too big and includes too many things.  This leads
to some arch's sim-main.h having circular loop issues with defs, and
makes it hard to separate out common objects from arch-specific defs.
By splitting up sim-basics.h and killing off sim-main.h, it'll make
it easier to separate out the two.
2021-06-18 00:50:14 -04:00

10 lines
122 B
C

#include "sim-basics.h"
typedef unsigned32 sim_cia;
#include "sim-base.h"
struct sim_state {
sim_state_base base;
};