tibbar
08-21-2005, 05:07 PM
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.
