Skip to content

Commit

Permalink
Be sure subclasses inherit Packed info
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Phoenix committed Oct 22, 2009
1 parent 0be116a commit 8e1c76b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vm/builtin/class.cpp
Expand Up @@ -124,6 +124,9 @@ namespace rubinius {
instance_type(state, sup->instance_type());
set_type_info(sup->type_info());

packed_ivar_info(state, sup->packed_ivar_info());
set_packed_size(sup->packed_size());

return Qnil;
}

Expand Down

0 comments on commit 8e1c76b

Please sign in to comment.