syscall function parameter
|
05-28-2013, 06:04 AM
Post: #2
|
|||
|
|||
RE: syscall function parameter
It's a MIPS function, not a C function. You can't call it directly. It doesn't have ARM/Intel instructions at that memory address.
Instead, it needs to bail into emulation. For example, using __KernelCallAddress. But you probably need to do something after it is called too. Look for example at sceFont.cpp, which also calls handlers. -[Unknown] |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
syscall function parameter - Hubert - 05-28-2013, 04:03 AM
RE: syscall function parameter - [Unknown] - 05-28-2013 06:04 AM
RE: syscall function parameter - Hubert - 05-30-2013, 11:41 AM
RE: syscall function parameter - Denizen - 05-28-2013, 02:29 PM
|