ARMv7 func binder improved (faster compilation)

This commit is contained in:
Nekotekina 2015-07-09 03:33:15 +03:00
parent 096fc86f17
commit daa93a7226
11 changed files with 247 additions and 203 deletions

View file

@ -119,7 +119,7 @@ s32 sceFiosPathncmp(vm::cptr<char> pA, vm::cptr<char> pB, u32 n)
throw EXCEPTION("");
}
s32 sceFiosPrintf(vm::cptr<char> pFormat) // va_args...
s32 sceFiosPrintf(vm::cptr<char> pFormat, armv7_va_args_t va_args)
{
throw EXCEPTION("");
}