* commit '2e389193b01adb2d8f75e6c4038caaab4334b3ab': Fix x86 and x86_64 builds.
This commit is contained in:
commit
82cc77e8ed
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue