SubC icon indicating copy to clipboard operation
SubC copied to clipboard

Missing code in void cgunspilregs()

Open rolex20 opened this issue 4 years ago • 0 comments

I believe the last lines in void cgunspillregs() should be R=spillR[spillposn]; S=spillS[spillposn];

to restore them, since they could be at a different level position in recursive function calls.

or am I missing something?

rolex20 avatar Dec 15 '21 04:12 rolex20