This commit is contained in:
Babz 2021-09-15 18:57:28 +02:00
parent 9d1b4bfd05
commit b316ffb66d
1 changed files with 1 additions and 1 deletions

View File

@ -926,7 +926,7 @@ static WrenInterpretResult runInterpreter(WrenVM* vm, register ObjFiber* fiber)
#define INTERPRET_LOOP \
loop: \
CHECK_SHEDULER(); \
CHECK_SCHEDULER(); \
DEBUG_TRACE_INSTRUCTIONS(); \
switch (instruction = (Code)READ_BYTE())