|
From: | Richard Henderson |
Subject: | Re: [PATCH v2 18/33] disas: Split disas.c |
Date: | Fri, 10 May 2024 11:42:54 +0200 |
User-agent: | Mozilla Thunderbird |
On 5/8/24 17:26, Philippe Mathieu-Daudé wrote:
@@ -2,13 +2,17 @@ #define QEMU_DISAS_H /* Disassemble this for me please... (debugging). */ +#ifdef CONFIG_TCG void disas(FILE *out, const void *code, size_t size); void target_disas(FILE *out, CPUState *cpu, uint64_t code, size_t size); +#endif void monitor_disas(Monitor *mon, CPUState *cpu, uint64_t pc, int nb_insn, bool is_physical); +#ifdef CONFIG_PLUGINAlthough implied, could be within the previous CONFIG_TCG block.
I thought about that, but this was the more minimal change. r~
[Prev in Thread] | Current Thread | [Next in Thread] |