diff options
Diffstat (limited to 'src/arch/x86/isa_traits.hh')
-rw-r--r-- | src/arch/x86/isa_traits.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/x86/isa_traits.hh b/src/arch/x86/isa_traits.hh index 383e56eee..27f20e9b2 100644 --- a/src/arch/x86/isa_traits.hh +++ b/src/arch/x86/isa_traits.hh @@ -71,6 +71,9 @@ namespace X86ISA // Memory accesses can be unaligned const bool HasUnalignedMemAcc = true; + const bool CurThreadInfoImplemented = false; + const int CurThreadInfoReg = -1; + const ExtMachInst NoopMachInst = { 0x0, // No legacy prefixes. 0x0, // No rex prefix. |