tibbar
August 21st, 2005, 17:07
line 1381 of assembl.c, jmpoffset has not been initalised under case arg = 0.
this is seen when running the sample main.c with runtime checks enabled under visual studio.
easy fix is to add jmpoffset = 0 right after declaration, i did this on line 680.
this is seen when running the sample main.c with runtime checks enabled under visual studio.
easy fix is to add jmpoffset = 0 right after declaration, i did this on line 680.