Got rid of unnecessary var

This commit is contained in:
Luxferre
2022-08-11 21:05:38 +03:00
parent 2e311caa3f
commit d457e9c56e
+1 -1
View File
@@ -327,7 +327,7 @@ void portIO(port, p2, p1) {
/* Main interpreter loop */ /* Main interpreter loop */
void equi_main_loop() { void equi_main_loop() {
uchar instr, i; uchar instr;
ushort lhash, pbuf, pbuf2; ushort lhash, pbuf, pbuf2;
/* reset all stacks before running and reinit CLT */ /* reset all stacks before running and reinit CLT */
ram.msp = ram.rsp = ram.lsp = ram.cltp = 0; ram.msp = ram.rsp = ram.lsp = ram.cltp = 0;