mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-09 07:58:16 +01:00
callbacks: CallSVC returns void
This commit is contained in:
parent
1f61a3d7bc
commit
5c8bf5a15d
3 changed files with 3 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ struct UserCallbacks {
|
|||
void (*InterpreterFallback)(std::uint32_t pc, Jit* jit, void* user_arg);
|
||||
void* user_arg = nullptr;
|
||||
|
||||
bool (*CallSVC)(std::uint32_t swi);
|
||||
void (*CallSVC)(std::uint32_t swi);
|
||||
|
||||
// Page Table
|
||||
static constexpr std::size_t PAGE_BITS = 12;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue