diff options
Diffstat (limited to 'qtmips_machine/registers.cpp')
-rw-r--r-- | qtmips_machine/registers.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qtmips_machine/registers.cpp b/qtmips_machine/registers.cpp index b77b1b7..f8961e1 100644 --- a/qtmips_machine/registers.cpp +++ b/qtmips_machine/registers.cpp @@ -1,6 +1,8 @@ #include "registers.h" #include "qtmipsexception.h" +using namespace machine; + // TODO should this be configurable? ////////////////////////////////////////////////////////////////////////////// /// Program counter initial value |