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 bec23a0e0..4d220c4f9 100644
--- a/src/core/hle/kernel/thread.h
+++ b/src/core/hle/kernel/thread.h
@@ -468,7 +468,7 @@ private:
468 468
469 u64 total_cpu_time_ticks = 0; ///< Total CPU running ticks. 469 u64 total_cpu_time_ticks = 0; ///< Total CPU running ticks.
470 u64 last_running_ticks = 0; ///< CPU tick when thread was last running 470 u64 last_running_ticks = 0; ///< CPU tick when thread was last running
471 u64 yield_count = 0; ///< Number of innecessaries yields occured. 471 u64 yield_count = 0; ///< Number of innecessaries yields occured.
472 472
473 s32 processor_id = 0; 473 s32 processor_id = 0;
474 474