diff options
author | Christopher Ferris <cferris@google.com> | 2014-06-03 17:13:37 -0700 |
---|---|---|
committer | Christopher Ferris <cferris@google.com> | 2014-06-03 17:13:37 -0700 |
commit | 3520086e3dac6ce33b94139811f34e22226bbe16 (patch) | |
tree | 31363be3158f4f9a677d999e6ca79491f70323a2 /debuggerd/x86 | |
parent | ddde05f3eec76513ae5d973a1c5d69494349f082 (diff) | |
download | core-3520086e3dac6ce33b94139811f34e22226bbe16.tar.gz core-3520086e3dac6ce33b94139811f34e22226bbe16.tar.bz2 core-3520086e3dac6ce33b94139811f34e22226bbe16.zip |
Fix x86 and x86_64 builds.
Change-Id: I1ee9117843aff2abe4067f288b8496d4bfc78c9e
Diffstat (limited to 'debuggerd/x86')
-rw-r--r-- | debuggerd/x86/machine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debuggerd/x86/machine.cpp b/debuggerd/x86/machine.cpp index 141f19aa0..bcc217e83 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) { |