summaryrefslogtreecommitdiffstats
path: root/runtime/utils.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/utils.cc')
-rw-r--r--runtime/utils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/utils.cc b/runtime/utils.cc
index 7234ec095..dd0bdbbe7 100644
--- a/runtime/utils.cc
+++ b/runtime/utils.cc
@@ -1177,7 +1177,7 @@ void DumpNativeStack(std::ostream& os, pid_t tid, const char* prefix,
os << "\n";
}
#else
- UNUSED(os, tid, prefix, current_method);
+ UNUSED(os, tid, prefix, current_method, ucontext_ptr);
#endif
}