Skip to content

Commit e863106

Browse files
committed
FIX: msvc warning: conversion to a greater size
1 parent 6d914c9 commit e863106

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/core/m-pools.c

+4
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,11 @@
5454

5555
#define POOL_MAP
5656

57+
#ifdef __LLP64__
58+
#define BAD_MEM_PTR ((REBYTE *)0xBAD1BAD1BAD1BAD1)
59+
#else
5760
#define BAD_MEM_PTR ((REBYTE *)0xBAD1BAD1)
61+
#endif
5862

5963
//#define GC_TRIGGER (GC_Active && (GC_Ballast <= 0 || (GC_Pending && !GC_Disabled)))
6064

0 commit comments

Comments
 (0)