Project

General

Profile

« Previous | Next » 

Revision 3d1b8e72

Added by byroot (Jean Boussier) about 1 month ago

newobj_fill: don't assume RBasic size

The previous implementation assumed RBasic size is 2 * sizeof(VALUE),
might as well not make assumption and use a proper sizeof.

Co-Authored-By: John Hawthorn