summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2015-01-08 19:37:26 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-01-08 19:37:26 +0000
commitca7d89d09294254f16db170a53b0f8dfbf0213ac (patch)
treea9fa3d9518ebb24cf1eacb8dd8856a73a45f6b87
parent313c8a167be1022ec72d33897eb944fa61b319b3 (diff)
parent9387c72720767b65b2ef27d6e922373d9ddc8d6c (diff)
downloadandroid_art-ca7d89d09294254f16db170a53b0f8dfbf0213ac.tar.gz
android_art-ca7d89d09294254f16db170a53b0f8dfbf0213ac.tar.bz2
android_art-ca7d89d09294254f16db170a53b0f8dfbf0213ac.zip
Merge "ART: Fix Mac build"
-rw-r--r--runtime/utils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/utils.cc b/runtime/utils.cc
index 7234ec0951..dd0bdbbe74 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
}