Fix calculation of sizeof boxed ivec of str in rt. Closes #712
This commit is contained in:
@@ -202,6 +202,7 @@ rust_ivec_heap
|
||||
uint8_t data[];
|
||||
};
|
||||
|
||||
// Note that the payload is actually size 4*sizeof(elem), even when heapified
|
||||
union
|
||||
rust_ivec_payload
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user