mirror of
https://github.com/cc65/cc65.git
synced 2025-01-24 04:34: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:
parent
26bad172a5
commit
d29be293fe
@ -1405,7 +1405,6 @@ void DbgEntry (void)
|
||||
UpdateReg (); /* Must update this (static later) */
|
||||
StackHome ();
|
||||
CStackHome ();
|
||||
DumpHome ();
|
||||
|
||||
/* Wait for user input */
|
||||
done = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user