git-svn-id: svn://svn.valgrind.org/valgrind/trunk@298
}
default:
- VG_(printf)("unhandled stabs case: %d %d",
+ VG_(printf)("unhandled (other) stabs case: %d %d",
stab[i+1].n_type,i);
- VG_(panic)("unhandled (other) stabs case");
+ /* VG_(panic)("unhandled (other) stabs case"); */
+ next_addr = this_addr + 4;
+ break;
}
}
}
default:
- VG_(printf)("unhandled stabs case: %d %d",
+ VG_(printf)("unhandled (other) stabs case: %d %d",
stab[i+1].n_type,i);
- VG_(panic)("unhandled (other) stabs case");
+ /* VG_(panic)("unhandled (other) stabs case"); */
+ next_addr = this_addr + 4;
+ break;
}
}