mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
Fix most warnings that would be caused by gcc flag -Wundef
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5173 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
5bfd5521ff
commit
eb38c52c2a
14 changed files with 67 additions and 64 deletions
|
@ -3302,7 +3302,7 @@ set_default_mips_dis_options (struct disassemble_info *info)
|
|||
#endif
|
||||
|
||||
/* Set ISA, architecture, and cp0 register names as best we can. */
|
||||
#if ! SYMTAB_AVAILABLE && 0
|
||||
#if !defined(SYMTAB_AVAILABLE) && 0
|
||||
/* This is running out on a target machine, not in a host tool.
|
||||
FIXME: Where does mips_target_info come from? */
|
||||
target_processor = mips_target_info.processor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue