From 132f29a5b45fcdf39d41b96d34dd2c6d5de892e5 Mon Sep 17 00:00:00 2001 From: forsyth Date: Sun, 19 Jul 2009 17:10:21 +0100 Subject: dis/mathcalc.dis --- emu/FreeBSD/os.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'emu/FreeBSD') diff --git a/emu/FreeBSD/os.c b/emu/FreeBSD/os.c index 8ef3f1b5..5bf2a833 100644 --- a/emu/FreeBSD/os.c +++ b/emu/FreeBSD/os.c @@ -511,3 +511,11 @@ stackalloc(Proc *p, void **tos) *(Proc **)rv = p; return rv; } + +int +segflush(void *a, ulong n) +{ + USED(a); + USED(n); + return 0; +} -- cgit v1.2.3