vm: fix field order in zone struct
parent
24ad579631
commit
f693e64798
|
@ -19,10 +19,10 @@ STRUCT: context
|
|||
: context-field-offset ( field -- offset ) context offset-of ; inline
|
||||
|
||||
STRUCT: zone
|
||||
{ start cell }
|
||||
{ here cell }
|
||||
{ size cell }
|
||||
{ end cell } ;
|
||||
{ start cell }
|
||||
{ end cell }
|
||||
{ size cell } ;
|
||||
|
||||
STRUCT: vm
|
||||
{ ctx context* }
|
||||
|
|
Loading…
Reference in New Issue