aboutsummaryrefslogtreecommitdiff
path: root/target/alpha/gdbstub.c
diff options
context:
space:
mode:
Diffstat (limited to 'target/alpha/gdbstub.c')
-rw-r--r--target/alpha/gdbstub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/alpha/gdbstub.c b/target/alpha/gdbstub.c
index 7f9cc092a9..0cd76ddaa9 100644
--- a/target/alpha/gdbstub.c
+++ b/target/alpha/gdbstub.c
@@ -21,7 +21,7 @@
#include "cpu.h"
#include "exec/gdbstub.h"
-int alpha_cpu_gdb_read_register(CPUState *cs, uint8_t *mem_buf, int n)
+int alpha_cpu_gdb_read_register(CPUState *cs, GByteArray *mem_buf, int n)
{
AlphaCPU *cpu = ALPHA_CPU(cs);
CPUAlphaState *env = &cpu->env;