]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - target/alpha/gdbstub.c
gdbstub: extend GByteArray to read register helpers
[thirdparty/qemu.git] / target / alpha / gdbstub.c
index 7f9cc092a9c6e46122765bd1bc20951eec88154d..0cd76ddaa9e9c2df311eb0fc2cafcdd2bcabf7af 100644 (file)
@@ -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;