mirror of
https://github.com/darlinghq/darling.git
synced 2025-02-21 10:20:32 +00:00
NXGetLocalArchInfo() returns a const object (which is OK!), yet some Apple code modifies the returned object -> fix
This commit is contained in:
parent
19c9feeedf
commit
ad3c3b82b4
@ -56,7 +56,7 @@
|
||||
/* The array of all currently know architecture flags (terminated with an entry
|
||||
* with all zeros). Pointer to this returned with NXGetAllArchInfos().
|
||||
*/
|
||||
static const NXArchInfo ArchInfoTable[] = {
|
||||
static /* const */ NXArchInfo ArchInfoTable[] = {
|
||||
/* architecture families */
|
||||
{"hppa", CPU_TYPE_HPPA, CPU_SUBTYPE_HPPA_ALL, NX_BigEndian,
|
||||
"HP-PA"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user