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
This commit is contained in:
@@ -1405,7 +1405,6 @@ void DbgEntry (void)
|
|||||||
UpdateReg (); /* Must update this (static later) */
|
UpdateReg (); /* Must update this (static later) */
|
||||||
StackHome ();
|
StackHome ();
|
||||||
CStackHome ();
|
CStackHome ();
|
||||||
DumpHome ();
|
|
||||||
|
|
||||||
/* Wait for user input */
|
/* Wait for user input */
|
||||||
done = 0;
|
done = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user