Removed an excess pclog() call from pc.c.

This commit is contained in:
OBattler
2020-07-13 20:18:33 +02:00
parent 8732fb3e75
commit d8ff8e2624

View File

@@ -346,8 +346,6 @@ pc_init(int argc, wchar_t *argv[])
plat_getcwd(usr_path, sizeof_w(usr_path)-1);
memset(path, 0x00, sizeof(path));
pclog("sizeof(cpu_state_t) = %i\n", sizeof(cpu_state_t));
for (c=1; c<argc; c++) {
if (argv[c][0] != L'-') break;