aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/instruction.h
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-02-05 00:49:29 +0100
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-02-05 00:49:29 +0100
commitb4118e4b758bd82010a9004167f75f176aba8397 (patch)
tree487e366bf1cf4738ab0ee8722ed86a1fa23e7d65 /qtmips_machine/instruction.h
parent81e8aa97313ef863291d70368e29081220ddce27 (diff)
downloadqtmips-b4118e4b758bd82010a9004167f75f176aba8397.tar.gz
qtmips-b4118e4b758bd82010a9004167f75f176aba8397.tar.bz2
qtmips-b4118e4b758bd82010a9004167f75f176aba8397.zip
Make instruction to text conversion more generic.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Diffstat (limited to 'qtmips_machine/instruction.h')
-rw-r--r--qtmips_machine/instruction.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qtmips_machine/instruction.h b/qtmips_machine/instruction.h
index 496f75e..b8c62b9 100644
--- a/qtmips_machine/instruction.h
+++ b/qtmips_machine/instruction.h
@@ -55,7 +55,6 @@ enum InstructionFlags {
IMF_PC_TO_R31 = 1L<<7,
IMF_BJR_REQ_RS = 1L<<8,
IMF_BJR_REQ_RT = 1L<<9,
- IMF_NO_RS = 1L<<10, // This instruction doesn't have rs field,
IMF_MEM = 1L<<11, // This instruction is memory access instruction,
IMF_MEM_STORE = 1L<<12,
IMF_ALU_REQ_RS = 1L<<13,