From 9387c72720767b65b2ef27d6e922373d9ddc8d6c Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Thu, 8 Jan 2015 11:32:22 -0800 Subject: ART: Fix Mac build Fix Mac build after change-id Id2710d2fd44b7c3b3335973a9288979a5793638b. Bug: 18933933 Change-Id: Ib0bb5082908d5dff33ef8f8a69d82c07406c176d --- runtime/utils.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/utils.cc') 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 } -- cgit v1.2.3