Skip to content

Commit

Permalink
fix accidental commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Oct 6, 2023
1 parent 7448823 commit df01b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jsjit.c
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ void jsjFactor() {
JSP_ASSERT_MATCH(LEX_R_NULL);
if (jit.phase == JSJP_EMIT) {
jsjcLiteral32(0, JSV_NULL);
jsjcCall(jsvNewWithFlagsX);
jsjcCall(jsvNewWithFlags);
jsjcPush(0, JSJVT_JSVAR_NO_NAME); // a value, not a NAME
}
} else if (lex->tk==LEX_R_UNDEFINED) {
Expand Down

0 comments on commit df01b77

Please sign in to comment.