Skip to content
Snippets Groups Projects
Commit b000a28c authored by sof's avatar sof
Browse files

[project @ 1997-05-18 03:50:14 by sof]

2.03 update
parent 8a79c85e
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@ if ( $SpixTiming eq 'yes' ) {
open(SPIXNM, "nm -n $ToRunOrig |") || die "nm -n $ToRunOrig open failed!\n";
spix: while (<SPIXNM>) {
if ( / T +(_freeForeignObj|_([A-Za-z]+)Hook|_xmalloc|_mpz_get_si)$/ ) {
if ( / T +(_([A-Za-z]+)Hook|_xmalloc|_mpz_get_si)$/ ) {
$LastSpix = $1;
last spix;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment