Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
syscall function parameter
05-30-2013, 11:41 AM
Post: #4
RE: syscall function parameter
(05-28-2013 06:04 AM)[Unknown] Wrote:  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]
Think you!Big Grin
Find all posts by this user
Quote this message in a reply
Post Reply 


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

Forum Jump: