pkgsrc-ng/emulators/pearpc/patches/patch-src_cpu_mem.h
2013-09-26 17:14:40 +02:00

14 lines
325 B
C

$NetBSD: patch-src_cpu_mem.h,v 1.1 2012/11/01 19:45:12 joerg Exp $
--- src/cpu/mem.h.orig 2012-10-30 20:18:45.000000000 +0000
+++ 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();