From 0c01075ba8d22600d541b48ecf921b915ccc17a5 Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Sun, 29 Jan 2023 14:07:37 +0100 Subject: [PATCH] __fastcall goes after return type --- core/hw/sh4/modules/mmu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/hw/sh4/modules/mmu.h b/core/hw/sh4/modules/mmu.h index e6e8306ff..785fad5f1 100644 --- a/core/hw/sh4/modules/mmu.h +++ b/core/hw/sh4/modules/mmu.h @@ -132,7 +132,7 @@ static inline void mmuAddressLUTFlush(bool full) } } -static inline DYNACALL u32 mmuDynarecLookup(u32 vaddr, u32 write, u32 pc) +static inline u32 DYNACALL mmuDynarecLookup(u32 vaddr, u32 write, u32 pc) { u32 paddr; u32 rv;