mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
disas endian fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@227 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
411bffc41c
commit
5bbe92995c
1 changed files with 1 additions and 0 deletions
1
disas.c
1
disas.c
|
@ -1,4 +1,5 @@
|
|||
/* General "disassemble this chunk" code. Used for debugging. */
|
||||
#include "config.h"
|
||||
#include "dis-asm.h"
|
||||
#include "disas.h"
|
||||
#include "elf.h"
|
||||
|
|
Loading…
Reference in a new issue