mirror of
https://github.com/ctm/executor.git
synced 2026-04-19 08:22:22 +00:00
Mac OS X port needs offset memory, so don't require the "-offset" command line option.
This commit is contained in:
@@ -67,7 +67,7 @@ extern void *mmap_permanent_memory (unsigned long amount_wanted);
|
||||
|
||||
#define HAVE_MMAP
|
||||
|
||||
#define CONFIG_OFFSET_P 0 /* don't normally use offset memory */
|
||||
#define CONFIG_OFFSET_P 1 /* Use offset memory, at least for the first port */
|
||||
|
||||
|
||||
extern int ROMlib_launch_native_app (int n_filenames, char **filenames);
|
||||
|
||||
Reference in New Issue
Block a user