Add a couple of useful SVC logs
This commit is contained in:
@ -1607,6 +1607,7 @@ void SVC::CallSVC(u32 immediate) {
|
||||
"Running threads from exiting processes is unimplemented");
|
||||
|
||||
const FunctionDef* info = GetSVCInfo(immediate);
|
||||
LOG_TRACE(Kernel_SVC, "calling {}", info->name);
|
||||
if (info) {
|
||||
if (info->func) {
|
||||
(this->*(info->func))();
|
||||
|
Reference in New Issue
Block a user