From d29be293fed631b766f844ce0c173f51549f1909 Mon Sep 17 00:00:00 2001 From: cuz Date: Wed, 5 Dec 2001 01:06:43 +0000 Subject: [PATCH] Do not initialize the data window address after on each entry git-svn-id: svn://svn.cc65.org/cc65/trunk@1132 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/dbg/dbg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libsrc/dbg/dbg.c b/libsrc/dbg/dbg.c index c9fb5168e..a76f3e135 100644 --- a/libsrc/dbg/dbg.c +++ b/libsrc/dbg/dbg.c @@ -1405,7 +1405,6 @@ void DbgEntry (void) UpdateReg (); /* Must update this (static later) */ StackHome (); CStackHome (); - DumpHome (); /* Wait for user input */ done = 0; -- 2.39.5