boxing_nan.h: remove false description in the comment [ci skip]

Ref #5597
parent a3d240c2
...@@ -36,8 +36,6 @@ enum mrb_nanbox_tt_inline { ...@@ -36,8 +36,6 @@ enum mrb_nanbox_tt_inline {
* ptr : 01111111 11111100 PPPPPPPP PPPPPPPP PPPPPPPP PPPPPPPP PPPPPPPP PPPPPP01 * ptr : 01111111 11111100 PPPPPPPP PPPPPPPP PPPPPPPP PPPPPPPP PPPPPPPP PPPPPP01
* Stored as O = R + 0x8004000000000000, retrieved as R = O - 0x8004000000000000. * Stored as O = R + 0x8004000000000000, retrieved as R = O - 0x8004000000000000.
* This makes pointers have all zeros in the top 32 bits. * This makes pointers have all zeros in the top 32 bits.
* Small-ints and strs have 1 as LSB to make sure they don't look like pointers
* to the garbage collector.
*/ */
typedef struct mrb_value { typedef struct mrb_value {
uint64_t u; uint64_t u;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment