forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
221 B
C
11 lines
221 B
C
--- src/cpu/mem.h.orig
|
|
+++ src/cpu/mem.h
|
|
@@ -23,7 +23,7 @@
|
|
|
|
#include "system/types.h"
|
|
|
|
-bool ppc_init_physical_memory(uint size);
|
|
+bool FASTCALL ppc_init_physical_memory(uint size);
|
|
|
|
uint32 ppc_get_memory_size();
|
|
|