On 11/15/19 6:29 PM, Alex Bennée wrote:
> +static inline int gdb_get_reg128(uint8_t *mem_buf, uint64_t val_hi,
> + uint64_t val_lo)
> +{
> +stq_p(mem_buf, val_hi);
> +stq_p(mem_buf + 8, val_lo);
> +return 16;
Since stq_p itself depends on TARGET_WORDS_BI
Signed-off-by: Alex Bennée
---
include/exec/gdbstub.h | 8
1 file changed, 8 insertions(+)
diff --git a/include/exec/gdbstub.h b/include/exec/gdbstub.h
index 08363969c14..a898a2af990 100644
--- a/include/exec/gdbstub.h
+++ b/include/exec/gdbstub.h
@@ -102,6 +102,14 @@ static inline int