aboutsummaryrefslogtreecommitdiff
path: root/tcl/cpu/arc/em.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/cpu/arc/em.tcl')
-rw-r--r--tcl/cpu/arc/em.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/cpu/arc/em.tcl b/tcl/cpu/arc/em.tcl
index f0455bb..595a351 100644
--- a/tcl/cpu/arc/em.tcl
+++ b/tcl/cpu/arc/em.tcl
@@ -27,6 +27,6 @@ proc arc_em_reset { {target ""} } {
# This is specific to ARC EM.
set debug [arc jtag get-aux-reg 5]
if { !($debug & (1 << 20)) } {
- arc jtag set-aux-reg 5 [expr $debug | (1 << 20)]
+ arc jtag set-aux-reg 5 [expr {$debug | (1 << 20)}]
}
}