mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Make sure GetRegEx returns something gnuplot can deal with (a number, not
a ?) so that graphs don't bail if something fails in a test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14344 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b06e8483be
commit
a337f0c43d
@ -101,7 +101,7 @@ sub GetRegex { # (Regex with ()'s, value)
|
|||||||
if (defined($1)) {
|
if (defined($1)) {
|
||||||
return $1;
|
return $1;
|
||||||
}
|
}
|
||||||
return "?";
|
return "0";
|
||||||
}
|
}
|
||||||
|
|
||||||
sub AddRecord {
|
sub AddRecord {
|
||||||
|
Loading…
Reference in New Issue
Block a user