mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08: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:
@@ -1,6 +1,6 @@
|
||||
# implements Tcl procedures/functions
|
||||
proc peek {address} {
|
||||
return [openocd mdw $address]
|
||||
return [openocd_throw "mdw $address"]
|
||||
}
|
||||
|
||||
# Production command
|
||||
|
||||
Reference in New Issue
Block a user