Skip to content

Commit 4e5451e

Browse files
committed
zend: fix missing return in global register detection (GH-22206)
1 parent 3bb6e55 commit 4e5451e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Zend/Zend.m4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ int emu(const opcode_handler_t *ip, void *fp) {
317317
while ((*ip)());
318318
FP = orig_fp;
319319
IP = orig_ip;
320+
return 0;
320321
}], [])],
321322
[php_cv_have_global_register_vars=yes],
322323
[php_cv_have_global_register_vars=no])

0 commit comments

Comments
 (0)