mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
disas: Remove unused macro '_'
Eliminates a future compilation error when UI code includes the tracing headers (indirectly pulling "disas/bfd.h" through "qom/cpu.h") and GLib's i18n '_' macro. Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
17f7ac75df
commit
ca66f1a174
8 changed files with 46 additions and 47 deletions
|
@ -3406,7 +3406,7 @@ static const struct dis386 three_byte_table[][256] = {
|
|||
}
|
||||
};
|
||||
|
||||
#define INTERNAL_DISASSEMBLER_ERROR _("<internal disassembler error>")
|
||||
#define INTERNAL_DISASSEMBLER_ERROR "<internal disassembler error>"
|
||||
|
||||
static void
|
||||
ckprefix (void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue