On 28.06.14 18:45, Richard Henderson wrote:
The bswap that's needed for system mode isn't required for
user mode, and in fact breaks debugging.
Cc: Aldy Hernandez
Signed-off-by: Richard Henderson
This breaks the Apple gdbstub backend we recently got in target-ppc.
I'll fix it up while appl
The bswap that's needed for system mode isn't required for
user mode, and in fact breaks debugging.
Cc: Aldy Hernandez
Signed-off-by: Richard Henderson
---
target-ppc/gdbstub.c | 24 +---
1 file changed, 13 insertions(+), 11 deletions(-)
diff --git a/target-ppc/gdbstub.c b/