diff options
| author | 2018-12-19 14:10:51 +1100 | |
|---|---|---|
| committer | 2018-12-19 14:10:51 +1100 | |
| commit | 08d5663cb8989f6e57cc28e02c572367685d69fd (patch) | |
| tree | ea69bc539f01e2a2b7b99168b4fcb2834027f5ec /src/core/hle/kernel/thread.h | |
| parent | Moved backtrace to ArmInterface (diff) | |
| download | yuzu-08d5663cb8989f6e57cc28e02c572367685d69fd.tar.gz yuzu-08d5663cb8989f6e57cc28e02c572367685d69fd.tar.xz yuzu-08d5663cb8989f6e57cc28e02c572367685d69fd.zip | |
Moved backtrace to ArmInterface
Diffstat (limited to 'src/core/hle/kernel/thread.h')
| -rw-r--r-- | src/core/hle/kernel/thread.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/hle/kernel/thread.h b/src/core/hle/kernel/thread.h index 469f8a56d..d384d50db 100644 --- a/src/core/hle/kernel/thread.h +++ b/src/core/hle/kernel/thread.h | |||
| @@ -240,11 +240,6 @@ public: | |||
| 240 | return status == ThreadStatus::WaitSynchAll; | 240 | return status == ThreadStatus::WaitSynchAll; |
| 241 | } | 241 | } |
| 242 | 242 | ||
| 243 | /** | ||
| 244 | * Logs the backtrace for the current thread | ||
| 245 | */ | ||
| 246 | void LogBacktrace(); | ||
| 247 | |||
| 248 | ThreadContext& GetContext() { | 243 | ThreadContext& GetContext() { |
| 249 | return context; | 244 | return context; |
| 250 | } | 245 | } |