fix to peek command.

git-svn-id: svn://svn.berlios.de/openocd/trunk@747 b42882b7-edfa-0310-969c-e2dbd0fdcd60
__archive__
oharboe 2008-07-04 13:48:16 +00:00
parent 002e3fcbdb
commit bece2176c0
1 changed files with 1 additions and 1 deletions

View File

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