mirror of
https://github.com/xemu-project/xemu.git
synced 2025-04-02 11:11:48 -04:00
disasm: update comment
Signed-off-by: Frediano Ziglio <freddy77@gmail.com> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
fdc9c41a5a
commit
e99722f66a
1 changed files with 1 additions and 1 deletions
2
disas.c
2
disas.c
|
@ -137,7 +137,7 @@ print_insn_thumb1(bfd_vma pc, disassemble_info *info)
|
|||
|
||||
/* Disassemble this for me please... (debugging). 'flags' has the following
|
||||
values:
|
||||
i386 - nonzero means 16 bit code
|
||||
i386 - 1 means 16 bit code, 2 means 64 bit code
|
||||
arm - nonzero means thumb code
|
||||
ppc - nonzero means little endian
|
||||
other targets - unused
|
||||
|
|
Loading…
Add table
Reference in a new issue