minor fixes

This commit is contained in:
Nikita Smith
2024-10-15 17:24:29 -07:00
parent 1bcd66329f
commit 0cf553e39a
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -628,7 +628,6 @@ pe_get_entry_point_names(COFF_MachineType machine,
case PE_WindowsSubsystem_XBOX:
case PE_WindowsSubsystem_WINDOWS_BOOT_APPLICATION: {
// TODO
NotImplemented;
} break;
}
}