diff options
| -rw-r--r-- | gdb/testsuite/lib/gdb.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 077a7b5..ef6a8f8 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -11635,7 +11635,7 @@ proc expect_build_id_in_core_file { filename } { } # Convert OFFSET to decimal. - set offset [expr {[subst 0x$offset + 0]}] + set offset [expr {[subst 0x$offset]}] # Now figure out the page size. This should be fine for Linux # hosts, see the istarget check above. |
