mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-24 11:30:50 +00:00
Fixed small typo in tcl expr syntax.
This commit is contained in:
parent
6fd819cfff
commit
840496f196
@ -9,8 +9,8 @@ if [istarget mips*-*-*] then {
|
||||
set gpr_ilocks [expr [istarget mipstx39*-*-*]]
|
||||
|
||||
# start-sanitize-tx19
|
||||
set ilocks [expr ilocks || [istarget mipstx19*-*-*]]
|
||||
set gpr_ilocks [expr gpr_ilocks || [istarget mipstx19*-*-*]]
|
||||
set ilocks [expr $ilocks || [istarget mipstx19*-*-*]]
|
||||
set gpr_ilocks [expr $gpr_ilocks || [istarget mipstx19*-*-*]]
|
||||
# end-sanitize-tx19
|
||||
|
||||
run_dump_test "abs"
|
||||
|
Loading…
x
Reference in New Issue
Block a user