fixup! SVC 0x00 should exist

This commit is contained in:
Hexagon12
2018-04-11 17:51:00 +03:00
parent 56ca0a2402
commit b1c17b1b5d

View File

@@ -815,6 +815,7 @@ struct FunctionDef {
} // namespace
static const FunctionDef SVC_Table[] = {
{0x00, nullptr, "Unknown"},
{0x01, SvcWrap<SetHeapSize>, "SetHeapSize"},
{0x02, nullptr, "SetMemoryPermission"},
{0x03, SvcWrap<SetMemoryAttribute>, "SetMemoryAttribute"},