diff options
Diffstat (limited to 'src/core/arm/arm_interface.h')
| -rw-r--r-- | src/core/arm/arm_interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/arm/arm_interface.h b/src/core/arm/arm_interface.h index 806c7c9e9..495963eef 100644 --- a/src/core/arm/arm_interface.h +++ b/src/core/arm/arm_interface.h | |||
| @@ -95,7 +95,7 @@ public: | |||
| 95 | virtual void SignalInterrupt(Kernel::KThread* thread) = 0; | 95 | virtual void SignalInterrupt(Kernel::KThread* thread) = 0; |
| 96 | 96 | ||
| 97 | // Stack trace generation. | 97 | // Stack trace generation. |
| 98 | void LogBacktrace(const Kernel::KProcess* process) const; | 98 | void LogBacktrace(Kernel::KProcess* process) const; |
| 99 | 99 | ||
| 100 | // Debug functionality. | 100 | // Debug functionality. |
| 101 | virtual const Kernel::DebugWatchpoint* HaltedWatchpoint() const = 0; | 101 | virtual const Kernel::DebugWatchpoint* HaltedWatchpoint() const = 0; |