This commit is contained in:
sum2012 2020-06-21 11:23:14 +08:00
parent de947a6f61
commit fe68a21ea7

View File

@ -201,7 +201,7 @@ template<int func(u32, u32)> void WrapI_UU() {
RETURN(retval);
}
template<int func(u32, u32)> void WrapI_UUU() {
template<u32 func(u32, u32)> void WrapU_UUU() {
int retval = func(PARAM(0), PARAM(1), PARAM(2));
RETURN(retval);
}