Skip to content

Commit 3baa606

Browse files
committed
Specify what is expected in zend_call_stack.base
1 parent 03f1553 commit 3baa606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_call_stack.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#ifdef ZEND_CHECK_STACK_LIMIT
2929

3030
typedef struct _zend_call_stack {
31-
void *base;
31+
void *base; /* high address of the stack */
3232
size_t max_size;
3333
} zend_call_stack;
3434

0 commit comments

Comments
 (0)