diff options
Diffstat (limited to 'sim/ppc/debug.c')
-rw-r--r-- | sim/ppc/debug.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/ppc/debug.c b/sim/ppc/debug.c index c77b51f..140c2ca 100644 --- a/sim/ppc/debug.c +++ b/sim/ppc/debug.c @@ -63,6 +63,8 @@ static trace_option_descriptor trace_description[] = { { trace_core_device, "core-device" }, { trace_stack_device, "stack-device" }, /* misc */ + { trace_opts, "options", "Print options simulator was compiled with" }, + { trace_tbd, "tbd", "Trace any missing features" }, /* sentinal */ { nr_trace_options, NULL }, }; |