Rewrite gdb.asm so that it doesn't assume a C comiler (or any C
[deliverable/binutils-gdb.git] / gdb / ia64-linux-nat.c
index 339c58ba760032d5577eb0f5f6973d6b2e07ba97..6838134d3810bcba1586f2e5c6fb252f2e306035 100644 (file)
@@ -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 */
This page took 0.024119 seconds and 4 git commands to generate.