diff options
Diffstat (limited to 'qemu-monitor.hx')
-rw-r--r-- | qemu-monitor.hx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-monitor.hx b/qemu-monitor.hx index c1bd77335a..835fd05730 100644 --- a/qemu-monitor.hx +++ b/qemu-monitor.hx @@ -604,7 +604,7 @@ ETEXI .params = "index", .help = "set the default CPU", .user_print = monitor_user_noop, - .mhandler.cmd_new = do_cpu_set, + .cmd_new_ret = do_cpu_set, }, STEXI |