1
0
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:
Arnaud Le Blanc
2024-02-20 15:33:19 +01:00
parent 03f15534a1
commit 3baa606f58

View File

@@ -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;