Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3520086e authored by Christopher Ferris's avatar Christopher Ferris
Browse files

Fix x86 and x86_64 builds.

Change-Id: I1ee9117843aff2abe4067f288b8496d4bfc78c9e
parent ddde05f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {
+1 −1
Original line number Diff line number Diff line
@@ -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) {