Properly size things for n64 builds.
This commit is contained in:
parent
9c8a94a6ba
commit
3dbbe9fda1
@ -100,8 +100,12 @@
|
||||
#define KINFO_PROC_SIZE 768
|
||||
#endif
|
||||
#ifdef __mips__
|
||||
#if defined(__mips_n64)
|
||||
#define KINFO_PROC_SIZE 1088
|
||||
#else
|
||||
#define KINFO_PROC_SIZE 816
|
||||
#endif
|
||||
#endif
|
||||
#ifdef __powerpc__
|
||||
#define KINFO_PROC_SIZE 768
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user