diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-11-15 02:57:42 -0800 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-11-15 21:46:13 -0500 |
commit | 267b3b8e068f5043419991175bdbc56eb7a575be (patch) | |
tree | 95ccaa415abddee402e0cfffd1710e2380f26597 /sim/cr16/endian.c | |
parent | 137fbfd2818b5d1443f5f628e28b55b4e23037d1 (diff) | |
download | gdb-267b3b8e068f5043419991175bdbc56eb7a575be.zip gdb-267b3b8e068f5043419991175bdbc56eb7a575be.tar.gz gdb-267b3b8e068f5043419991175bdbc56eb7a575be.tar.bz2 |
sim: cr16: push down sd/cpu vars
By itself, this commit doesn't really change anything. It lays the
groundwork for using the cpu state in follow up commits, both for
engine state and for cpu state. Splitting things up this way so it
is easier to see how things have changed.
Diffstat (limited to 'sim/cr16/endian.c')
-rw-r--r-- | sim/cr16/endian.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/cr16/endian.c b/sim/cr16/endian.c index 03f79ac..de8c874 100644 --- a/sim/cr16/endian.c +++ b/sim/cr16/endian.c @@ -23,7 +23,7 @@ #ifndef ENDIAN_INLINE #define NO_ENDIAN_INLINE -#include "cr16_sim.h" +#include "sim-main.h" #define ENDIAN_INLINE #endif |