Increase the limit of loaded shared libraries from 64 to 96

This change is required for OpenCORE 2.0

	modified:   linker/linker.c
This commit is contained in:
Dave Sparks 2009-04-09 18:54:21 -07:00
parent d99f61fda8
commit ee40369656
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
#include "ba.h"
#define SO_MAX 64
#define SO_MAX 96
/* >>> IMPORTANT NOTE - READ ME BEFORE MODIFYING <<<
*