Skip to content

Commit 35aa727

Browse files
Fix typo in Dejagnu script
Signed-off-by: Anton Kolesov <[email protected]>
1 parent 97f1a99 commit 35aa727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dejagnu/baseboards/arc-sim-nsimdrv.exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ set xldflags "-Wl,--defsym=__DEFAULT_HEAP_SIZE=256m \
4343
-Wl,--defsym=__DEFAULT_STACK_SIZE=1024m"
4444

4545
# Set common defaults
46-
f ![info exists nsim_flags] {
46+
if ![info exists nsim_flags] {
4747
set nsim_flags {}
4848
}
4949
lappend nsim_flags \

0 commit comments

Comments
 (0)