Removed an excess pclog() call from pc.c.
This commit is contained in:
2
src/pc.c
2
src/pc.c
@@ -346,8 +346,6 @@ pc_init(int argc, wchar_t *argv[])
|
|||||||
plat_getcwd(usr_path, sizeof_w(usr_path)-1);
|
plat_getcwd(usr_path, sizeof_w(usr_path)-1);
|
||||||
memset(path, 0x00, sizeof(path));
|
memset(path, 0x00, sizeof(path));
|
||||||
|
|
||||||
pclog("sizeof(cpu_state_t) = %i\n", sizeof(cpu_state_t));
|
|
||||||
|
|
||||||
for (c=1; c<argc; c++) {
|
for (c=1; c<argc; c++) {
|
||||||
if (argv[c][0] != L'-') break;
|
if (argv[c][0] != L'-') break;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user