Bump BMAXPAGESIZE to 16384

x86 stuff will only ever return 4096, but 64-bit ARM supports 16K.

git-svn-id: https://svn.eduke32.com/eduke32@8077 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2019-09-08 01:01:02 +00:00 committed by Christoph Oelckers
parent c17db80734
commit 7849693aef

View file

@ -577,7 +577,7 @@ char *Bstrupr(char *s)
}
#endif
#define BMAXPAGESIZE 8192
#define BMAXPAGESIZE 16384
int Bgetpagesize(void)
{