mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-19 05:55:41 +10:00
fix to peek command.
git-svn-id: svn://svn.berlios.de/openocd/trunk@747 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
002e3fcbdb
commit
bece2176c0
@ -1,6 +1,6 @@
|
||||
# implements Tcl procedures/functions
|
||||
proc peek {address} {
|
||||
return [openocd mdw $address]
|
||||
return [openocd_throw "mdw $address"]
|
||||
}
|
||||
|
||||
# Production command
|
||||
|
Loading…
Reference in New Issue
Block a user