This commit is contained in:
momo5502
2024-08-31 16:41:38 +02:00
parent 3e5b82a5b5
commit c5010761d8

View File

@@ -753,7 +753,7 @@ namespace
return STATUS_SUCCESS;
}
printf("Unsupported process info class: %X\n", info_class);
printf("Unsupported info process class: %X\n", info_class);
c.emu.stop();
return STATUS_NOT_SUPPORTED;