egallesio / STklos

STklos Scheme
http://stklos.net
GNU General Public License v2.0
69 stars 17 forks source link

Use `STk_instr` instead of `uint16_t` in `vm.c` #557

Open jpellegrini opened 1 year ago

jpellegrini commented 1 year ago

Hi @egallesio !

No functional changes for this one... It's just that there were some places where uint16_t was being used instead of STk_instr.

It was actually an attempt to see if #528 had something to do with this (but seems to not be related...)

(That issue -- #528 -- is really intriguing...)