X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Fsh2%2Fsh2.h;h=407270f1111183878cf705de7ea0284892d2b9dd;hb=6ee3a0f98a05b082fd626d8109f2098da650ae06;hp=e945354d3fd0340d7c26d4590750617dc37a410e;hpb=e9a11abb3c8237286fd7b6c4b5048d9eec9b1a1b;p=picodrive.git diff --git a/cpu/sh2/sh2.h b/cpu/sh2/sh2.h index e945354..407270f 100644 --- a/cpu/sh2/sh2.h +++ b/cpu/sh2/sh2.h @@ -118,7 +118,7 @@ void REGPARM(3) p32x_sh2_write32(unsigned int a, unsigned int d, SH2 *sh2); // debug #ifdef DRC_CMP void do_sh2_trace(SH2 *current, int cycles); -void do_sh2_cmp(SH2 *current); +void REGPARM(1) do_sh2_cmp(SH2 *current); #endif #endif /* __SH2_H__ */