summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/kernel/thread.h')
-rw-r--r--src/core/hle/kernel/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/thread.h b/src/core/hle/kernel/thread.h
index adc804248..06edc296d 100644
--- a/src/core/hle/kernel/thread.h
+++ b/src/core/hle/kernel/thread.h
@@ -204,7 +204,7 @@ public:
204 return status == ThreadStatus::WaitSynchAll; 204 return status == ThreadStatus::WaitSynchAll;
205 } 205 }
206 206
207 ARM_Interface::ThreadContext context; 207 Core::ARM_Interface::ThreadContext context;
208 208
209 u32 thread_id; 209 u32 thread_id;
210 210