mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix struct RRange overflow on 32-bit CPU with MRB_NAN_BOXING
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
*/
|
||||
MRB_BEGIN_DECL
|
||||
|
||||
#if defined(MRB_NAN_BOXING) || defined(MRB_WORD_BOXING)
|
||||
#if defined(MRB_NAN_BOXING) && defined(MRB_64BIT) || defined(MRB_WORD_BOXING)
|
||||
# define MRB_RANGE_EMBED
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user