diff options
Diffstat (limited to 'src/cpu/thread_context.hh')
-rw-r--r-- | src/cpu/thread_context.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/thread_context.hh b/src/cpu/thread_context.hh index 119de1fe0..220c6cfc5 100644 --- a/src/cpu/thread_context.hh +++ b/src/cpu/thread_context.hh @@ -70,8 +70,8 @@ class System; namespace TheISA { namespace Kernel { class Statistics; - }; -}; + } +} /** * ThreadContext is the external interface to all thread state for |