From 2c48bda39cc0fc15c8359e700e496bb214ce040f Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sat, 29 Dec 2001 20:15:47 +0000 Subject: * i386bsd-nat.c (reg_offset): Fix typo. --- gdb/i386bsd-nat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/i386bsd-nat.c') diff --git a/gdb/i386bsd-nat.c b/gdb/i386bsd-nat.c index 9827afc..081df2e 100644 --- a/gdb/i386bsd-nat.c +++ b/gdb/i386bsd-nat.c @@ -71,7 +71,7 @@ static int reg_offset[] = REG_OFFSET (r_eax), REG_OFFSET (r_ecx), REG_OFFSET (r_edx), - REG_OFFSET (r_edx), + REG_OFFSET (r_ebx), REG_OFFSET (r_esp), REG_OFFSET (r_ebp), REG_OFFSET (r_esi), -- cgit v1.1