mirror of https://github.com/zeldaret/mm.git
Other suggestions
This commit is contained in:
parent
f70cd1a739
commit
661e83c75e
|
@ -1,5 +1,5 @@
|
||||||
#ifndef ASM_H
|
#ifndef PR_ASM_H
|
||||||
#define ASM_H
|
#define PR_ASM_H
|
||||||
|
|
||||||
#ifdef __sgi
|
#ifdef __sgi
|
||||||
#define _MIPS_ISA_MIPS1 1
|
#define _MIPS_ISA_MIPS1 1
|
||||||
|
@ -8,8 +8,7 @@
|
||||||
#define _MIPS_ISA_MIPS4 4
|
#define _MIPS_ISA_MIPS4 4
|
||||||
|
|
||||||
#define _MIPS_SIM_ABI32 1 /* MIPS MSIG calling convention */
|
#define _MIPS_SIM_ABI32 1 /* MIPS MSIG calling convention */
|
||||||
#define _MIPS_SIM_NABI32 2 /* MIPS new 32-bit abi */
|
#define _MIPS_SIM_NABI32 2 /* MIPS new 32-bit abi. NABI32 is 64bit calling convention but 32bit type sizes */
|
||||||
/* NABI32 is 64bit calling convention but 32bit type sizes) */
|
|
||||||
#define _MIPS_SIM_ABI64 3 /* MIPS 64 calling convention */
|
#define _MIPS_SIM_ABI64 3 /* MIPS 64 calling convention */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef REGDEF_H
|
#ifndef PR_REGDEF_H
|
||||||
#define REGDEF_H
|
#define PR_REGDEF_H
|
||||||
|
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
#define _MIPS_SIM_ABI32 _ABIO32
|
#define _MIPS_SIM_ABI32 _ABIO32
|
||||||
|
|
Loading…
Reference in New Issue