Skip to content
Snippets Groups Projects
Commit 36cb42a5 authored by ntfreak's avatar ntfreak
Browse files

- fix typo in memory.tcl

- Thanks Charles Hardin

git-svn-id: svn://svn.berlios.de/openocd/trunk@761 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 655e4f88
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ proc memread16 {ADDR } {
}
}
proc memread82 {ADDR } {
proc memread8 {ADDR } {
set foo(0) 0
if ![ catch { mem2array foo 8 $ADDR 1 } msg ] {
return $foo(0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment