On 1/8/26 07:09, Philippe Mathieu-Daudé wrote:
On 7/1/26 14:07, Philippe Mathieu-Daudé wrote:

Updated description:

     "gdbstub/helpers.h" uses target-specific symbols, but we don't
     need it, so remove it.

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
  target/s390x/helper.c | 1 -
  1 file changed, 1 deletion(-)

diff --git a/target/s390x/helper.c b/target/s390x/helper.c
index 8d1e03f6768..a6c89ed0af3 100644
--- a/target/s390x/helper.c
+++ b/target/s390x/helper.c
@@ -21,7 +21,6 @@
  #include "qemu/osdep.h"
  #include "cpu.h"
  #include "s390x-internal.h"
-#include "gdbstub/helpers.h"
  #include "qemu/timer.h"
  #include "hw/s390x/ioinst.h"
  #include "system/hw_accel.h"


Reviewed-by: Richard Henderson <[email protected]>

r~

Reply via email to