Skip to content

Commit a489362

Browse files
committed
[skip ci] remove outdated doc
1 parent 79cd6aa commit a489362

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

ext/opcache/jit/zend_jit_x86.dasc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -375,10 +375,13 @@ static void* dasm_labels[zend_lb_MAX];
375375
|.endmacro
376376

377377
/* The caller is responsible for passing the parameters, if there are any.
378-
* If there are any parameters, The way that is done depends on whether the function is declared as ZEND_FASTCALL.
378+
* If there are any parameters, the way that is done depends on whether the function is declared as ZEND_FASTCALL.
379379
*
380-
* With ZEND_FASTCALL: This file's usage of zend_array_count is an example of a single-parameter function getting called.
381-
* Without ZEND_FASTCALL: This file's usage of zend_interrupt_function is an example of a single-parameter function that is ZEND_FASTCALL getting called.
380+
* With ZEND_FASTCALL: This file's usage of 'EXT_CALL zend_is_true'
381+
* is an example of a single-parameter function getting called.
382+
*
383+
* Without ZEND_FASTCALL: This file's usage of 'EXT_CALL zend_interrupt_function'
384+
* is an example of a single-parameter function that is not ZEND_FASTCALL getting called.
382385
*/
383386
|.macro EXT_CALL, func, tmp_reg
384387
| .if X64

0 commit comments

Comments
 (0)