Fix typo in JIT.

This commit is contained in:
zherczeg 2015-07-22 06:42:58 +00:00
parent ebaa98b728
commit 015090d7a9

View File

@ -3360,7 +3360,7 @@ while (TRUE)
{
if (*rec_count == 0)
return 0;
rec_count--;
(*rec_count)--;
last = TRUE;
any = FALSE;