diff options
Diffstat (limited to 'src/arch/x86/utility.hh')
-rw-r--r-- | src/arch/x86/utility.hh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/arch/x86/utility.hh b/src/arch/x86/utility.hh index 143fde00c..4cfbe77db 100644 --- a/src/arch/x86/utility.hh +++ b/src/arch/x86/utility.hh @@ -102,6 +102,13 @@ namespace X86ISA { inst->advancePC(pc); } + + inline uint64_t + getExecutingAsid(ThreadContext *tc) + { + return 0; + } + }; #endif // __ARCH_X86_UTILITY_HH__ |