From 737fc7e309ff02c4bb02568fec82cb8215d7bb99 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Fri, 8 Feb 2019 20:40:08 +0100 Subject: Minimal implementation of RDHWR to support dummy TLS region. Signed-off-by: Pavel Pisa --- qtmips_machine/machinedefs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qtmips_machine/machinedefs.h') diff --git a/qtmips_machine/machinedefs.h b/qtmips_machine/machinedefs.h index 5e8acd6..05bf103 100644 --- a/qtmips_machine/machinedefs.h +++ b/qtmips_machine/machinedefs.h @@ -91,6 +91,7 @@ enum AluOp : std::uint8_t { ALU_OP_PASS_T, // Pass t argument without change for JAL ALU_OP_BREAK, ALU_OP_SYSCALL, + ALU_OP_RDHWR, ALU_OP_UNKNOWN, ALU_OP_LAST // First impossible operation (just to be sure that we don't overflow) }; -- cgit v1.2.3