From: ntfreak Date: Sun, 6 Jul 2008 23:26:31 +0000 (+0000) Subject: - fix typo in memory.tcl X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=36cb42a549bf579d106079ded17dcdf59424acf4;p=fw%2Fopenocd - fix typo in memory.tcl - Thanks Charles Hardin git-svn-id: svn://svn.berlios.de/openocd/trunk@761 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- diff --git a/src/tcl/memory.tcl b/src/tcl/memory.tcl index 1f90ef2c2..5ac3c4bd8 100644 --- a/src/tcl/memory.tcl +++ b/src/tcl/memory.tcl @@ -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)