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
|
: context-field-offset ( field -- offset ) context offset-of ; inline
|
||||||
|
|
||||||
STRUCT: zone
|
STRUCT: zone
|
||||||
{ start cell }
|
|
||||||
{ here cell }
|
{ here cell }
|
||||||
{ size cell }
|
{ start cell }
|
||||||
{ end cell } ;
|
{ end cell }
|
||||||
|
{ size cell } ;
|
||||||
|
|
||||||
STRUCT: vm
|
STRUCT: vm
|
||||||
{ ctx context* }
|
{ ctx context* }
|
||||||
|
|
Loading…
Reference in New Issue