From ee0a3871f9982215361cd6bb4758eb9a7c7d8413 Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 3 Sep 2011 00:55:13 +0300 Subject: get rid of GP2X_BUILD checks where they are not really needed --- memory.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'memory.c') diff --git a/memory.c b/memory.c index 9a08df0..c0d4f11 100644 --- a/memory.c +++ b/memory.c @@ -3115,9 +3115,7 @@ void bios_region_read_allow() void bios_region_read_protect() { -#ifdef GP2X_BUILD memory_map_read[0] = NULL; -#endif } -- cgit v1.2.3