Fix x86 and x86_64 builds.

Change-Id: I1ee9117843aff2abe4067f288b8496d4bfc78c9e
This commit is contained in:
Christopher Ferris 2014-06-03 17:13:37 -07:00
parent ddde05f3ee
commit 3520086e3d
2 changed files with 2 additions and 2 deletions

View file

@ -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) {

View file

@ -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) {