summaryrefslogtreecommitdiff
path: root/nios2sim-ng.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2010-11-11 11:21:40 +0100
committerTobias Klauser <tklauser@distanz.ch>2010-11-11 11:21:40 +0100
commite0330d9534d8cfeffff81f426df1d3277702b835 (patch)
treeba90c33bf555a4921a1279105beb54e9a9064ce5 /nios2sim-ng.h
parent556c8e0600546b4edf49d6a70adb5b831cd4e25a (diff)
Implement basic instruction handling
Diffstat (limited to 'nios2sim-ng.h')
-rw-r--r--nios2sim-ng.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nios2sim-ng.h b/nios2sim-ng.h
index 6b45405..e4f4bcf 100644
--- a/nios2sim-ng.h
+++ b/nios2sim-ng.h
@@ -9,6 +9,7 @@
#include <stdint.h>
#include <stdbool.h>
+#include "bits.h"
#include "compiler.h"
extern bool verbose;