aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_machine/core.h')
-rw-r--r--qtmips_machine/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtmips_machine/core.h b/qtmips_machine/core.h
index 386b486..0c9a1b1 100644
--- a/qtmips_machine/core.h
+++ b/qtmips_machine/core.h
@@ -89,6 +89,7 @@ protected:
enum MemoryAccess::AccessControl memctl; // Decoded memory access type
std::uint32_t val_rs; // Value from register rs
std::uint32_t val_rt; // Value from register rt
+ std::uint32_t immediate_val; // zero or sign-extended immediate value
ForwardFrom ff_rs;
ForwardFrom ff_rt;
};