Fix typos from "Remove do/while(0) trick in iopFCallBuiltin macros"

s/-1/-i/
Add missing \
Esse commit está contido em:
Edwin Smith
2013-07-11 19:51:28 -07:00
commit de Sara Golemon
commit 746862246f
+3 -3
Ver Arquivo
@@ -5851,9 +5851,9 @@ inline void OPTBLD_INLINE VMExecutionContext::iopFCallBuiltin(PC& pc) {
goto free_frame; \
} \
} else { \
tvCastTo##kind##InPlace(&args[-1]); \
}
break;
tvCastTo##kind##InPlace(&args[-i]); \
} \
break; /* end of case */
switch (pi.builtinType()) {
CASE(Boolean)