Browse Source

TCL scripts: fix ocd_mem2array/mem2array

In previous patch, I have introduced again the symbol
"ocd_mem2array", now replaced by "mem2array".
Fix the error.

Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
tags/v0.5.0-rc1
Antonio Borneo 12 years ago
committed by Øyvind Harboe
parent
commit
ecad76061f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tcl/mem_helper.tcl

+ 1
- 1
tcl/mem_helper.tcl View File

@@ -3,7 +3,7 @@
# mrw: "memory read word", returns value of $reg
proc mrw {reg} {
set value ""
ocd_mem2array value 32 $reg 1
mem2array value 32 $reg 1
return $value(0)
}



Loading…
Cancel
Save