Fix typos from "Remove do/while(0) trick in iopFCallBuiltin macros"
s/-1/-i/ Add missing \
Esse commit está contido em:
@@ -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)
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário