diff --git a/src/cc65/coptstop.c b/src/cc65/coptstop.c index 0db8e6a16..07ad6cb71 100644 --- a/src/cc65/coptstop.c +++ b/src/cc65/coptstop.c @@ -1879,7 +1879,7 @@ unsigned OptStackOps (CodeSeg* S) unsigned PushedRegs = 0; /* Track if the same regs are used after the push */ int RhsAChgIndex; /* Track if rhs is changed more than once */ int RhsXChgIndex; /* Track if rhs is changed more than once */ - + enum { Initialize, Search,