mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-26 21:10:42 +00:00
vl: Remove '-cpu pentium3' from fake args
This commit is contained in:
parent
172e4768c6
commit
3409b0d5a0
@ -2812,8 +2812,6 @@ void qemu_init(int argc, char **argv, char **envp)
|
||||
|
||||
fake_argc = 0;
|
||||
fake_argv[fake_argc++] = argv[0];
|
||||
fake_argv[fake_argc++] = strdup("-cpu");
|
||||
fake_argv[fake_argc++] = strdup("pentium3");
|
||||
fake_argv[fake_argc++] = strdup("-machine");
|
||||
|
||||
char *bootrom_arg = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user