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

Commit a8a7f001 authored by Christopher Ferris's avatar Christopher Ferris Committed by Gerrit Code Review
Browse files

Merge "Fix x86 and x86_64 builds."

parents ddde05f3 3520086e
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) {