aboutsummaryrefslogtreecommitdiff
path: root/sim/cr16/endian.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-11-15 02:57:42 -0800
committerMike Frysinger <vapier@gentoo.org>2015-11-15 21:46:13 -0500
commit267b3b8e068f5043419991175bdbc56eb7a575be (patch)
tree95ccaa415abddee402e0cfffd1710e2380f26597 /sim/cr16/endian.c
parent137fbfd2818b5d1443f5f628e28b55b4e23037d1 (diff)
downloadgdb-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.c2
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