Skip to content

Commit 9ff9259

Browse files
committed
Fixup units
1 parent 3e92245 commit 9ff9259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/zend_jit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
#define ZEND_JIT_REG_ALLOC_GLOBAL (1<<1) /* global linear scan register allocation */
4848
#define ZEND_JIT_CPU_AVX (1<<2) /* use AVX instructions, if available */
4949

50-
#define ZEND_JIT_DEFAULT_BUFFER_SIZE "64m"
50+
#define ZEND_JIT_DEFAULT_BUFFER_SIZE "64M"
5151

5252
#define ZEND_JIT_COUNTER_INIT 32531
5353

0 commit comments

Comments
 (0)