From 661e83c75edea02efd083d86bd35b701912c5a24 Mon Sep 17 00:00:00 2001 From: Tharo <17233964+Thar0@users.noreply.github.com> Date: Wed, 30 Jul 2025 23:59:30 +0100 Subject: [PATCH] Other suggestions --- include/PR/asm.h | 7 +++---- include/PR/regdef.h | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/include/PR/asm.h b/include/PR/asm.h index d887673fa6..379c1a875f 100644 --- a/include/PR/asm.h +++ b/include/PR/asm.h @@ -1,5 +1,5 @@ -#ifndef ASM_H -#define ASM_H +#ifndef PR_ASM_H +#define PR_ASM_H #ifdef __sgi #define _MIPS_ISA_MIPS1 1 @@ -8,8 +8,7 @@ #define _MIPS_ISA_MIPS4 4 #define _MIPS_SIM_ABI32 1 /* MIPS MSIG calling convention */ -#define _MIPS_SIM_NABI32 2 /* MIPS new 32-bit abi */ - /* NABI32 is 64bit calling convention but 32bit type sizes) */ +#define _MIPS_SIM_NABI32 2 /* MIPS new 32-bit abi. NABI32 is 64bit calling convention but 32bit type sizes */ #define _MIPS_SIM_ABI64 3 /* MIPS 64 calling convention */ #endif diff --git a/include/PR/regdef.h b/include/PR/regdef.h index a3b2832180..03438c8bb5 100644 --- a/include/PR/regdef.h +++ b/include/PR/regdef.h @@ -1,5 +1,5 @@ -#ifndef REGDEF_H -#define REGDEF_H +#ifndef PR_REGDEF_H +#define PR_REGDEF_H #ifdef __GNUC__ #define _MIPS_SIM_ABI32 _ABIO32