]> gitweb.factorcode.org Git - factor.git/commitdiff
compiler.constants: update compiled-header-size
authorSlava Pestov <slava@shill.internal.stack-effects.com>
Tue, 5 May 2009 20:06:05 +0000 (15:06 -0500)
committerSlava Pestov <slava@shill.internal.stack-effects.com>
Tue, 5 May 2009 20:06:05 +0000 (15:06 -0500)
basis/compiler/constants/constants.factor

index 2f0494b58aecbfb64f38a46384472420faa6c629..cc6397bd653451e44d558e23ab9072480ccf80ac 100644 (file)
@@ -23,7 +23,7 @@ CONSTANT: deck-bits 18
 : quot-xt-offset ( -- n ) 5 bootstrap-cells quotation tag-number - ; inline
 : word-code-offset ( -- n ) 10 bootstrap-cells \ word tag-number - ; inline
 : array-start-offset ( -- n ) 2 bootstrap-cells array tag-number - ; inline
-: compiled-header-size ( -- n ) 5 bootstrap-cells ; inline
+: compiled-header-size ( -- n ) 4 bootstrap-cells ; inline
 
 ! Relocation classes
 CONSTANT: rc-absolute-cell    0