aboutsummaryrefslogtreecommitdiff
path: root/sim/avr/interp.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-12-22 22:12:20 -0500
committerMike Frysinger <vapier@gentoo.org>2022-12-23 08:32:57 -0500
commit42b68db17036c197f249bbbe13a0335e3c6af20f (patch)
treee2c64b2b0135d71c2d28ba4e12cc371760e0d53e /sim/avr/interp.c
parent8af23b30edbaedf009bc9b243cd4dfa10ae1ac09 (diff)
downloadbinutils-42b68db17036c197f249bbbe13a0335e3c6af20f.zip
binutils-42b68db17036c197f249bbbe13a0335e3c6af20f.tar.gz
binutils-42b68db17036c197f249bbbe13a0335e3c6af20f.tar.bz2
sim: avr: move arch-specific settings to internal header
There's no need for these settings to be in sim-main.h which is shared with common/ sim code, so move it all out to a new header which only this port will include.
Diffstat (limited to 'sim/avr/interp.c')
-rw-r--r--sim/avr/interp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/avr/interp.c b/sim/avr/interp.c
index b72da53..ddd9e1f 100644
--- a/sim/avr/interp.c
+++ b/sim/avr/interp.c
@@ -30,6 +30,7 @@
#include "sim-base.h"
#include "sim-options.h"
#include "sim-signal.h"
+#include "avr-sim.h"
/* As AVR is a 8/16 bits processor, define handy types. */
typedef unsigned short int word;