2
0
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:
oharboe 2008-07-04 13:48:16 +00:00
parent 002e3fcbdb
commit bece2176c0

View File

@ -1,6 +1,6 @@
# implements Tcl procedures/functions
proc peek {address} {
return [openocd mdw $address]
return [openocd_throw "mdw $address"]
}
# Production command