diff options
Diffstat (limited to 'gdbstub.c')
-rw-r--r-- | gdbstub.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -810,7 +810,7 @@ static int gdb_handle_packet(GDBState *s, CPUState *env, const char *line_buf) goto breakpoint_error; } break; -#ifdef CONFIG_USER_ONLY +#ifdef CONFIG_LINUX_USER case 'q': if (strncmp(p, "Offsets", 7) == 0) { TaskState *ts = env->opaque; |