From: cuz Date: Wed, 5 Dec 2001 01:06:43 +0000 (+0000) Subject: Do not initialize the data window address after on each entry X-Git-Tag: V2.12.0~2478 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d29be293fed631b766f844ce0c173f51549f1909;p=cc65 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 --- 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;