Browse Source

fix to peek command.

git-svn-id: svn://svn.berlios.de/openocd/trunk@747 b42882b7-edfa-0310-969c-e2dbd0fdcd60
tags/v0.1.0
oharboe 16 years ago
parent
commit
bece2176c0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/tcl/commands.tcl

+ 1
- 1
src/tcl/commands.tcl View File

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


Loading…
Cancel
Save