Properly size things for n64 builds.

This commit is contained in:
imp 2009-07-10 07:20:07 +00:00
parent 9c8a94a6ba
commit 3dbbe9fda1

View File

@ -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