mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
disas: Show opcodes for target_disas and monitor_disas
Fixes: 83b4613ba8
("disas: introduce show_opcodes")
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
2911e9b95f
commit
13af3af196
2 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,7 @@ void monitor_disas(Monitor *mon, CPUState *cpu, uint64_t pc,
|
|||
disas_initialize_debug_target(&s, cpu);
|
||||
s.info.fprintf_func = disas_gstring_printf;
|
||||
s.info.stream = (FILE *)ds; /* abuse this slot */
|
||||
s.info.show_opcodes = true;
|
||||
|
||||
if (is_physical) {
|
||||
s.info.read_memory_func = physical_read_memory;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue