From 820da037da23bb352a6e2ee6640e27ba8e50168d Mon Sep 17 00:00:00 2001 From: joevt Date: Thu, 28 Nov 2024 02:35:04 -0800 Subject: [PATCH] ppcmacros: Add missing space. --- cpu/ppc/ppcmacros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/ppc/ppcmacros.h b/cpu/ppc/ppcmacros.h index 25c25c2..8076d47 100644 --- a/cpu/ppc/ppcmacros.h +++ b/cpu/ppc/ppcmacros.h @@ -153,7 +153,7 @@ along with this program. If not, see . #define GET_FPR(reg) \ ppc_state.fpr[(reg)].dbl64_r -#define FPR_INT(reg)\ +#define FPR_INT(reg) \ ppc_state.fpr[reg].int64_r #define ppc_grab_regsfpdiab(opcode) \