more functional unit changes

This commit is contained in:
Michael Meissner
1995-11-16 19:02:52 +00:00
parent aa8a6656ee
commit 845ff5a45f
5 changed files with 945 additions and 152 deletions

View File

@@ -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 },
};