From b4118e4b758bd82010a9004167f75f176aba8397 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Tue, 5 Feb 2019 00:49:29 +0100 Subject: Make instruction to text conversion more generic. Signed-off-by: Pavel Pisa --- qtmips_machine/instruction.h | 1 - 1 file changed, 1 deletion(-) (limited to 'qtmips_machine/instruction.h') 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, -- cgit v1.2.3