Fix typo in JIT.
This commit is contained in:
parent
688151205d
commit
0b809c7de3
|
@ -3360,7 +3360,7 @@ while (TRUE)
|
||||||
{
|
{
|
||||||
if (*rec_count == 0)
|
if (*rec_count == 0)
|
||||||
return 0;
|
return 0;
|
||||||
rec_count--;
|
(*rec_count)--;
|
||||||
|
|
||||||
last = TRUE;
|
last = TRUE;
|
||||||
any = FALSE;
|
any = FALSE;
|
||||||
|
|
Loading…
Reference in New Issue