mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
Fixed ws
This commit is contained in:
parent
7155239669
commit
6ccdb904ae
@ -2675,7 +2675,6 @@ function gen_vm($def, $skel) {
|
||||
out($f, "\n");
|
||||
|
||||
// Generate zend_vm_get_opcode_handler() function
|
||||
out($f, "\n");
|
||||
out($f, "static const void* ZEND_FASTCALL zend_vm_get_opcode_handler_ex(uint32_t spec, const zend_op* op)\n");
|
||||
out($f, "{\n");
|
||||
if (!ZEND_VM_SPEC) {
|
||||
|
Loading…
Reference in New Issue
Block a user