summaryrefslogtreecommitdiff
path: root/runtime/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/thread.h')
-rw-r--r--runtime/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/thread.h b/runtime/thread.h
index 234750cd9e..3123c7147d 100644
--- a/runtime/thread.h
+++ b/runtime/thread.h
@@ -1038,7 +1038,7 @@ class Thread {
tlsPtr_.rosalloc_runs[index] = run;
}
- void ProtectStack();
+ bool ProtectStack(bool fatal_on_error = true);
bool UnprotectStack();
void SetMterpDefaultIBase(void* ibase) {