interpreter->int_reg.registers[x]
and such will break soon. If you have such syntax in your code, please replace it with:
REG_INT(x) REG_STR(x) ...
These macros are defined in interpreter.h and will be adjusted as needed.
Thanks,leo