On 5/12/21 9:08 AM, Bruno Larsen (billionai) wrote:
This function is used by !TCG cases, so it was moved to a common code
file. We chose gdbstub.c since it was the one giving us grief over it.
Signed-off-by: Bruno Larsen (billionai)<bruno.lar...@eldorado.org.br>
---
target/ppc/gdbstub.c | 7 +++++++
target/ppc/misc_helper.c | 6 ------
2 files changed, 7 insertions(+), 6 deletions(-)
gdbstub.c is not the only !tcg user; e.g. machine.c.
I think this should go in cpu.c, next to the other special register read/write
functions.
r~