aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2009-10-15 18:18:09 -0700
committerDavid 'Digit' Turner <digit@google.com>2009-10-15 18:18:09 -0700
commita577fcadc0b365ee629aec313f57a65d54fe5d89 (patch)
tree2a4d76772b9f6169a06fa4e685b6d6dd50957ac4 /qemu-options.hx
parent73b9926fd43c9b5cd00319c5d117448bd1b31112 (diff)
downloadexternal_qemu-a577fcadc0b365ee629aec313f57a65d54fe5d89.zip
external_qemu-a577fcadc0b365ee629aec313f57a65d54fe5d89.tar.gz
external_qemu-a577fcadc0b365ee629aec313f57a65d54fe5d89.tar.bz2
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.
Diffstat (limited to 'qemu-options.hx')
-rw-r--r--qemu-options.hx6
1 files changed, 3 insertions, 3 deletions
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 <params> enable NAND Flash partition\n")