diff options
Diffstat (limited to 'Zend/zend_vm_opcodes.h')
-rw-r--r-- | Zend/zend_vm_opcodes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/zend_vm_opcodes.h b/Zend/zend_vm_opcodes.h index 2cf08ab3ea..f9603dfcb7 100644 --- a/Zend/zend_vm_opcodes.h +++ b/Zend/zend_vm_opcodes.h @@ -69,8 +69,8 @@ BEGIN_EXTERN_C() -ZEND_API const char *zend_get_opcode_name(zend_uchar opcode); -ZEND_API uint32_t zend_get_opcode_flags(zend_uchar opcode); +ZEND_API const char* ZEND_FASTCALL zend_get_opcode_name(zend_uchar opcode); +ZEND_API uint32_t ZEND_FASTCALL zend_get_opcode_flags(zend_uchar opcode); END_EXTERN_C() |