--- ./dprofpp	Mon Jun 23 02:30:44 1997
+++ F:/emx.add/bin/dprofpp.cmd	Sun Jul 27 18:35:56 1997
@@ -459,7 +460,15 @@ sub exitstamp {
 		die "Garbled profile, missing an enter time stamp";
 	}
 	if( $x->[0] ne $name ){
-		die "Garbled profile, unexpected exit time stamp";
+	  if( ! $opt_F ){
+	    foreach $z (@stack, $x) {
+	      print $z->[0],"\n";
+	    }
+	    die "Garbled profile, unexpected exit time stamp";
+	  } else {
+	    warn( "Faking $name => $x->[0] exit timestamp(s).\n");
+	    $name = $x->[0];
+	  }
 	}
 	if( $opt_T || $opt_t ){
 		$$in -= $tab;
