mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-14 03:30:53 +00:00
Blow up early, blow up often
- Expose and trigger a link error with getpagesize() on Gingerbread devices if we have built the software incorrectly.
This commit is contained in:
parent
518738304f
commit
286012c991
@ -102,6 +102,9 @@ void Java_org_deadc0de_apple2ix_Apple2Activity_nativeOnCreate(JNIEnv *env, jobje
|
||||
return;
|
||||
}
|
||||
|
||||
int pagesize = getpagesize();
|
||||
LOG("PAGESIZE IS : %d", pagesize);
|
||||
|
||||
data_dir = strdup(dataDir);
|
||||
if (crashHandler && crashHandler->init) {
|
||||
crashHandler->init(data_dir);
|
||||
|
Loading…
x
Reference in New Issue
Block a user