From 10aefcbf8e809d86a9d52a61e5795781e42fc676 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Sun, 24 Feb 2019 22:27:59 +0100 Subject: Implement ROTR and ROTRV and full decode of WSBH, SEB and SEH. Signed-off-by: Pavel Pisa --- qtmips_machine/instruction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qtmips_machine/instruction.h') 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 -#include +#include #include "machinedefs.h" -- cgit v1.2.3