fixup! SVC 0x00 should exist
This commit is contained in:
@@ -815,6 +815,7 @@ struct FunctionDef {
|
|||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
static const FunctionDef SVC_Table[] = {
|
static const FunctionDef SVC_Table[] = {
|
||||||
|
{0x00, nullptr, "Unknown"},
|
||||||
{0x01, SvcWrap<SetHeapSize>, "SetHeapSize"},
|
{0x01, SvcWrap<SetHeapSize>, "SetHeapSize"},
|
||||||
{0x02, nullptr, "SetMemoryPermission"},
|
{0x02, nullptr, "SetMemoryPermission"},
|
||||||
{0x03, SvcWrap<SetMemoryAttribute>, "SetMemoryAttribute"},
|
{0x03, SvcWrap<SetMemoryAttribute>, "SetMemoryAttribute"},
|
||||||
|
|||||||
Reference in New Issue
Block a user