diff --git a/basis/vm/vm.factor b/basis/vm/vm.factor index 7d68d8d901..b335d48988 100644 --- a/basis/vm/vm.factor +++ b/basis/vm/vm.factor @@ -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* }