Got rid of unnecessary var
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user