From 170923983d5c290d2293e9b937cfe60b26bf67e0 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 2 Apr 2012 13:15:48 +0000 Subject: 2012-04-02 Tristan Gingold * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix SS offset. * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix format_string. --- gdb/i386-darwin-tdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/i386-darwin-tdep.c') diff --git a/gdb/i386-darwin-tdep.c b/gdb/i386-darwin-tdep.c index ed2ca12..c353154 100644 --- a/gdb/i386-darwin-tdep.c +++ b/gdb/i386-darwin-tdep.c @@ -56,7 +56,7 @@ int i386_darwin_thread_state_reg_offset[] = 10 * 4, /* EIP */ 9 * 4, /* EFLAGS */ 11 * 4, /* CS */ - 8, /* SS */ + 8 * 4, /* SS */ 12 * 4, /* DS */ 13 * 4, /* ES */ 14 * 4, /* FS */ -- cgit v1.1