aboutsummaryrefslogtreecommitdiffstats
path: root/lang/m3gdb/files/patch-ae
blob: 4e680810f397f7d92b51824966ee16139124efda (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/gnu/usr.bin/gdb/gdb/freebsd-nat.c.orig  Mon Sep 14 15:49:02 1998
+++ src/gnu/usr.bin/gdb/gdb/freebsd-nat.c   Wed Sep  8 10:33:06 1999
@@ -115,9 +115,7 @@
   for (regno = 0; regno < NUM_REGS; regno++)
     {
       cregno = tregmap[regno];
-      if (cregno == tFS)
-        addr = offsetof (struct user, u_pcb) + offsetof (struct pcb, pcb_fs);
-      else if (cregno == tGS)
+      if (cregno == tGS)
         addr = offsetof (struct user, u_pcb) + offsetof (struct pcb, pcb_gs);
       else
         addr = offset + 4 * cregno;