mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Specify what is expected in zend_call_stack.base
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#ifdef ZEND_CHECK_STACK_LIMIT
|
||||
|
||||
typedef struct _zend_call_stack {
|
||||
void *base;
|
||||
void *base; /* high address of the stack */
|
||||
size_t max_size;
|
||||
} zend_call_stack;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user