From 2d05c4f8044256af81c31ddb067a04c254c8178e Mon Sep 17 00:00:00 2001 From: travisutk Date: Fri, 28 Aug 2009 19:07:59 +0000 Subject: [PATCH] Client code for dumping the info memory. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@92 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- client/goodfet.monitor | 1 + 1 file changed, 1 insertion(+) diff --git a/client/goodfet.monitor b/client/goodfet.monitor index e3a0477..ac25c70 100755 --- a/client/goodfet.monitor +++ b/client/goodfet.monitor @@ -58,6 +58,7 @@ if(sys.argv[1]=="peek"): stop=0xFFFF; if(len(sys.argv)>2): start=int(sys.argv[2],16); + stop=start+1 if(len(sys.argv)>3): stop=int(sys.argv[3],16); -- 2.20.1