equi

A self-descriptive stack-based PC platform
git clone git://git.luxferre.top/equi.git
Log | Files | Refs | README | LICENSE

commit d457e9c56ea0a7b683f0f8bdb3b1cf4ee454d023
parent 2e311caa3fe42f5fe1cf841e4083a4bbf6cda50b
Author: Luxferre <lux@ferre>
Date:   Thu, 11 Aug 2022 21:05:38 +0300

Got rid of unnecessary var

Diffstat:
Mequi.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/equi.c b/equi.c @@ -327,7 +327,7 @@ void portIO(port, p2, p1) { /* Main interpreter loop */ void equi_main_loop() { - uchar instr, i; + uchar instr; ushort lhash, pbuf, pbuf2; /* reset all stacks before running and reinit CLT */ ram.msp = ram.rsp = ram.lsp = ram.cltp = 0;