ThomasTheSpaceFox/SBTCVM-Mark-2

fatal glitch in threading system

ThomasTheSpaceFox opened this issue · 1 comments

for some reason when the threadstart instruction (line 797 of SBTCVM_MK2.py) is run, ALL the thread object instances are activated, when only the thread specified in threadref should be. this needs to be resolved for work on threading system to continue.

this issue has been fixed. the threading system is now fully operational.