mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OcXmlLib: Increase reference limits for 10,6 kernelcache compatibility
This commit is contained in:
parent
d34c3498b6
commit
7eb9bb22c0
@ -65,7 +65,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
// XML_PARSER_MAX_REFERENCE_COUNT*2 is required to fit into INT32.
|
||||
//
|
||||
#ifndef XML_PARSER_MAX_REFERENCE_COUNT
|
||||
#define XML_PARSER_MAX_REFERENCE_COUNT (8192ULL)
|
||||
#define XML_PARSER_MAX_REFERENCE_COUNT (32ULL*1024)
|
||||
#endif
|
||||
|
||||
//
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user