X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2F32x%2Fsh2soc.c;h=373dd47879bb8ed6156d33d4be99d91fc35c07a0;hb=8b43bc737beced9427e5ad1b0a605cb1d41c93bd;hp=bdd07a049361eea52d3c82e1c444315621949ff1;hpb=e4455c234287e0324b8a79b9e9578c9aa09a25f9;p=picodrive.git diff --git a/pico/32x/sh2soc.c b/pico/32x/sh2soc.c index bdd07a0..373dd47 100644 --- a/pico/32x/sh2soc.c +++ b/pico/32x/sh2soc.c @@ -294,7 +294,7 @@ void REGPARM(3) sh2_peripheral_write16(u32 a, u32 d, SH2 *sh2) r[(a / 2) ^ 1] = d; } -void sh2_peripheral_write32(u32 a, u32 d, SH2 *sh2) +void REGPARM(3) sh2_peripheral_write32(u32 a, u32 d, SH2 *sh2) { u32 *r = sh2->peri_regs; elprintf(EL_32XP, "%csh2 peri w32 [%08x] %08x @%06x",