mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-21 19:45:52 +00:00
parent
1f56ffa51a
commit
2fad5eff95
@ -39,8 +39,8 @@ foreach line [split $symbols "\n"] {
|
||||
# match undefined symbol
|
||||
if {![regexp {^(\w+) U\s*$} $line dummy name]} {
|
||||
|
||||
# match defined symbol, which does not always feature a size value
|
||||
if {![regexp {^([\w.]+) (\w) \w+ ?(\w*)$} $line dummy name type size_hex]} {
|
||||
# match defined symbol, which does not always feature a value or size
|
||||
if {![regexp {^([\w.]+) (\w) *\w* ?(\w*)$} $line dummy name type size_hex]} {
|
||||
puts stderr "Error: unexpected format of line: $line"
|
||||
exit -1
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user