From 3520086e3dac6ce33b94139811f34e22226bbe16 Mon Sep 17 00:00:00 2001 From: Christopher Ferris Date: Tue, 3 Jun 2014 17:13:37 -0700 Subject: Fix x86 and x86_64 builds. Change-Id: I1ee9117843aff2abe4067f288b8496d4bfc78c9e --- debuggerd/x86/machine.cpp | 2 +- debuggerd/x86_64/machine.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debuggerd/x86/machine.cpp b/debuggerd/x86/machine.cpp index 141f19a..bcc217e 100644 --- a/debuggerd/x86/machine.cpp +++ b/debuggerd/x86/machine.cpp @@ -25,7 +25,7 @@ #include "../utility.h" #include "../machine.h" -void dump_memory_and_code(log_t* log, pid_t tid, int scope_flags) { +void dump_memory_and_code(log_t*, pid_t, int) { } void dump_registers(log_t* log, pid_t tid, int scope_flags) { diff --git a/debuggerd/x86_64/machine.cpp b/debuggerd/x86_64/machine.cpp index 406851a..c8c7aa9 100755 --- a/debuggerd/x86_64/machine.cpp +++ b/debuggerd/x86_64/machine.cpp @@ -27,7 +27,7 @@ #include "../utility.h" #include "../machine.h" -void dump_memory_and_code(log_t* log, pid_t tid, int scope_flags) { +void dump_memory_and_code(log_t*, pid_t, int) { } void dump_registers(log_t* log, pid_t tid, int scope_flags) { -- cgit v1.1