am a8a7f001: Merge "Fix x86 and x86_64 builds."
* commit 'a8a7f001f142a77a2c406455ace4a8c00e692111': Fix x86 and x86_64 builds.
This commit is contained in:
commit
2e389193b0
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue