Browse Source
Merge pull request #2421 from lioncash/svc-call
kernel/svc: Name supervisor call 0x36
pull/15/merge
bunnei
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/core/hle/kernel/svc.cpp
|
|
|
@ -2290,7 +2290,7 @@ static const FunctionDef SVC_Table[] = { |
|
|
|
{0x33, SvcWrap<GetThreadContext>, "GetThreadContext"}, |
|
|
|
{0x34, SvcWrap<WaitForAddress>, "WaitForAddress"}, |
|
|
|
{0x35, SvcWrap<SignalToAddress>, "SignalToAddress"}, |
|
|
|
{0x36, nullptr, "Unknown"}, |
|
|
|
{0x36, nullptr, "SynchronizePreemptionState"}, |
|
|
|
{0x37, nullptr, "Unknown"}, |
|
|
|
{0x38, nullptr, "Unknown"}, |
|
|
|
{0x39, nullptr, "Unknown"}, |
|
|
|
|