fix to peek command.
git-svn-id: svn://svn.berlios.de/openocd/trunk@747 b42882b7-edfa-0310-969c-e2dbd0fdcd60__archive__
parent
002e3fcbdb
commit
bece2176c0
|
@ -1,6 +1,6 @@
|
||||||
# implements Tcl procedures/functions
|
# implements Tcl procedures/functions
|
||||||
proc peek {address} {
|
proc peek {address} {
|
||||||
return [openocd mdw $address]
|
return [openocd_throw "mdw $address"]
|
||||||
}
|
}
|
||||||
|
|
||||||
# Production command
|
# Production command
|
||||||
|
|
Loading…
Reference in New Issue