aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/instruction.h
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-02-24 22:27:59 +0100
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-02-24 22:27:59 +0100
commit10aefcbf8e809d86a9d52a61e5795781e42fc676 (patch)
tree8e0341f1d1138185cc5b7f26188020820da2c08a /qtmips_machine/instruction.h
parent75ff39499dbf285257dabf1258f35f543d713c0a (diff)
downloadqtmips-10aefcbf8e809d86a9d52a61e5795781e42fc676.tar.gz
qtmips-10aefcbf8e809d86a9d52a61e5795781e42fc676.tar.bz2
qtmips-10aefcbf8e809d86a9d52a61e5795781e42fc676.zip
Implement ROTR and ROTRV and full decode of WSBH, SEB and SEH.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Diffstat (limited to 'qtmips_machine/instruction.h')
-rw-r--r--qtmips_machine/instruction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtmips_machine/instruction.h b/qtmips_machine/instruction.h
index 0d76eeb..b7ae4bd 100644
--- a/qtmips_machine/instruction.h
+++ b/qtmips_machine/instruction.h
@@ -37,7 +37,7 @@
#define INSTRUCTION_H
#include <QObject>
-#include <qstring.h>
+#include <QString>
#include "machinedefs.h"