diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/unexmacosx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unexmacosx.c b/src/unexmacosx.c index bec1d0a1b04..8d4e636fa5c 100644 --- a/src/unexmacosx.c +++ b/src/unexmacosx.c | |||
| @@ -437,7 +437,7 @@ build_region_list (void) | |||
| 437 | } | 437 | } |
| 438 | 438 | ||
| 439 | 439 | ||
| 440 | #define MAX_UNEXEC_REGIONS 800 | 440 | #define MAX_UNEXEC_REGIONS 400 |
| 441 | 441 | ||
| 442 | static int num_unexec_regions; | 442 | static int num_unexec_regions; |
| 443 | typedef struct { | 443 | typedef struct { |