Skip to content

Commit 0a8c97d

Browse files
committed
Update IR
IR commit: 831f3810e07917ef2ffc4f531e7144944cc8d1c1
1 parent b02f95a commit 0a8c97d

File tree

5 files changed

+162
-38
lines changed

5 files changed

+162
-38
lines changed

ext/opcache/jit/ir/ir.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020

2121
#ifndef _WIN32
2222
# include <sys/mman.h>
23+
# if defined(__linux__) || defined(__sun)
24+
# include <alloca.h>
25+
# endif
2326
#else
2427
# define WIN32_LEAN_AND_MEAN
2528
# include <windows.h>
@@ -29,6 +32,7 @@
2932
#include "ir_private.h"
3033

3134
#include <stddef.h>
35+
#include <stdlib.h>
3236
#include <math.h>
3337

3438
#ifdef HAVE_VALGRIND

0 commit comments

Comments
 (0)