diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-06-13 03:17:11 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-06-13 03:17:11 +0000 |
commit | 79d4ec58e91a2785c482a6b8959f41f57fa37969 (patch) | |
tree | f2aaea57ed03cdc270197f513866a2c31209937e /gdb/ia64-linux-nat.c | |
parent | d8bf7755cf7091fbc366d673fecc1caac54bdd9b (diff) | |
download | gdb-79d4ec58e91a2785c482a6b8959f41f57fa37969.tar.gz |
Use PT_CFM in place of PT_CR_IFS.
Diffstat (limited to 'gdb/ia64-linux-nat.c')
-rw-r--r-- | gdb/ia64-linux-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ia64-linux-nat.c b/gdb/ia64-linux-nat.c index 339c58ba760..6838134d381 100644 --- a/gdb/ia64-linux-nat.c +++ b/gdb/ia64-linux-nat.c @@ -236,7 +236,7 @@ static int u_offsets[] = PT_PR, PT_CR_IIP, /* ip */ PT_CR_IPSR, /* psr */ - PT_CR_IFS, /* cfm */ + PT_CFM, /* cfm */ /* kernel registers not visible via ptrace interface (?) */ -1, -1, -1, -1, -1, -1, -1, -1, /* hole */ |