From e0330d9534d8cfeffff81f426df1d3277702b835 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 11 Nov 2010 11:21:40 +0100 Subject: Implement basic instruction handling --- nios2sim-ng.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nios2sim-ng.h') 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 #include +#include "bits.h" #include "compiler.h" extern bool verbose; -- cgit v1.2.3-54-g00ecf