From a577fcadc0b365ee629aec313f57a65d54fe5d89 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Thu, 15 Oct 2009 18:18:09 -0700 Subject: Fix the -trace emulator option. A critical test in the execution loop was missed in the latest huge integration. Also optimize slightly the basic-block start recording helper interface. --- qemu-options.hx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'qemu-options.hx') diff --git a/qemu-options.hx b/qemu-options.hx index ef586e7..0864e2d 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -1589,9 +1589,9 @@ DEF("old-param", 0, QEMU_OPTION_old_param, DEF("tracing", HAS_ARG, QEMU_OPTION_tracing, \ "-tracing on|off enable/disable tracing\n") -DEF("trace-file", HAS_ARG, QEMU_OPTION_trace_file, \ - "-trace-file file\n" \ - " set trace file\n") +DEF("trace", HAS_ARG, QEMU_OPTION_trace, \ + "-trace name\n" \ + " set trace directory\n") DEF("nand", HAS_ARG, QEMU_OPTION_nand, \ "-nand enable NAND Flash partition\n") -- cgit v1.1