mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
more consistent type for size (still a bug in wrapping)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1230 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
18a6d284ad
commit
83b34f8b57
2 changed files with 2 additions and 2 deletions
2
disas.c
2
disas.c
|
@ -110,7 +110,7 @@ bfd_vma bfd_getb32 (const bfd_byte *addr)
|
|||
|
||||
/* Disassemble this for me please... (debugging). 'flags' is only used
|
||||
for i386: non zero means 16 bit code */
|
||||
void target_disas(FILE *out, target_ulong code, unsigned long size, int flags)
|
||||
void target_disas(FILE *out, target_ulong code, target_ulong size, int flags)
|
||||
{
|
||||
target_ulong pc;
|
||||
int count;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue