[CPU] Add syscall handler.

This commit is contained in:
gibbed
2021-06-28 12:48:27 -05:00
committed by Rick Gibbed
parent c6259241a2
commit 0cf4cab59b
3 changed files with 18 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ struct PPCBuiltins {
Function* check_global_lock;
Function* enter_global_lock;
Function* leave_global_lock;
Function* syscall_handler;
};
class PPCFrontend {