summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/gdb/i386/freebsd-nat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/binutils/gdb/i386/freebsd-nat.c')
-rw-r--r--gnu/usr.bin/binutils/gdb/i386/freebsd-nat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/gdb/i386/freebsd-nat.c b/gnu/usr.bin/binutils/gdb/i386/freebsd-nat.c
index 15c9c08..cdbb60a 100644
--- a/gnu/usr.bin/binutils/gdb/i386/freebsd-nat.c
+++ b/gnu/usr.bin/binutils/gdb/i386/freebsd-nat.c
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- $Id: freebsd-nat.c,v 1.8 1996/05/02 09:42:45 phk Exp $
+ $Id: freebsd-nat.c,v 1.9 1996/05/02 13:08:51 phk Exp $
*/
#include <sys/types.h>
@@ -521,7 +521,7 @@ CORE_ADDR addr;
PTD = kvtophys(fd, ksym_lookup("PTD"));
current_ptd = PTD;
} else
- current_ptd = pcb.pcb_ptd;
+ current_ptd = pcb.pcb_cr3;
/*
* Read the first-level page table (ptd).
OpenPOWER on IntegriCloud