diff options
Diffstat (limited to 'src/core/core.h')
| -rw-r--r-- | src/core/core.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/core.h b/src/core/core.h index 5c367349e..60efe4410 100644 --- a/src/core/core.h +++ b/src/core/core.h | |||
| @@ -163,8 +163,8 @@ public: | |||
| 163 | /// Forcibly detach the debugger if it is running. | 163 | /// Forcibly detach the debugger if it is running. |
| 164 | void DetachDebugger(); | 164 | void DetachDebugger(); |
| 165 | 165 | ||
| 166 | std::unique_lock<std::mutex> StallCPU(); | 166 | std::unique_lock<std::mutex> StallProcesses(); |
| 167 | void UnstallCPU(); | 167 | void UnstallProcesses(); |
| 168 | 168 | ||
| 169 | /** | 169 | /** |
| 170 | * Initialize the debugger. | 170 | * Initialize the debugger. |