diff options
Diffstat (limited to 'src/core/arm/arm_interface.cpp')
| -rw-r--r-- | src/core/arm/arm_interface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/arm/arm_interface.cpp b/src/core/arm/arm_interface.cpp index 698c9c8ad..5dc7e5d59 100644 --- a/src/core/arm/arm_interface.cpp +++ b/src/core/arm/arm_interface.cpp | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | 9 | ||
| 10 | namespace Core { | 10 | namespace Core { |
| 11 | 11 | ||
| 12 | void ArmInterface::LogBacktrace(const Kernel::KProcess* process) const { | 12 | void ArmInterface::LogBacktrace(Kernel::KProcess* process) const { |
| 13 | Kernel::Svc::ThreadContext ctx; | 13 | Kernel::Svc::ThreadContext ctx; |
| 14 | this->GetContext(ctx); | 14 | this->GetContext(ctx); |
| 15 | 15 | ||