Automatic date update in version.in
[deliverable/binutils-gdb.git] / binutils / unwind-ia64.c
index 6eef917a6a9d7920ce539df9a84d4cf2a78efbdb..fb22f3fd54f13ba7ba269160ab588af2015abfb2 100644 (file)
@@ -156,6 +156,10 @@ unw_print_xyreg (char *cp, unsigned int x, unsigned int ytreg)
     case 2: /* br */
       sprintf (cp, "b%u", (ytreg & 0x1f));
       break;
+
+    default:
+      strcpy (cp, "invalid");
+      break;
     }
 }
 
This page took 0.024202 seconds and 4 git commands to generate.