1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-02 04:41:35 +00:00

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:
cuz 2001-12-05 01:06:43 +00:00
parent 26bad172a5
commit d29be293fe

View File

@ -1405,7 +1405,6 @@ void DbgEntry (void)
UpdateReg (); /* Must update this (static later) */
StackHome ();
CStackHome ();
DumpHome ();
/* Wait for user input */
done = 0;