]> code.bitgloo.com Git - bitgloo/alee-forth.git/commitdiff
Merge branch 'native' of ssh://code.bitgloo.com:222/bitgloo/alee-forth into native
authorClyne Sullivan <clyne@bitgloo.com>
Mon, 1 Jan 2024 15:16:16 +0000 (10:16 -0500)
committerClyne Sullivan <clyne@bitgloo.com>
Mon, 1 Jan 2024 15:16:16 +0000 (10:16 -0500)
1  2 
libalee/dictionary.hpp

index 78bc19dc8221c22f70ea652b52e9c1c920faf070,cfc56c47e79b8ef1e9cb2d28e17c62de797cfba8..d465e6012c23182b85d16aa1ee4a43868d75cfbf
@@@ -73,8 -73,10 +73,9 @@@ public
  
      /** "Immediate" marker bit for a word's definition. */
      constexpr static Cell Immediate = (1 << 5);
 -    /** TODO */
 -    constexpr static Cell Native = (1 << 6);
 -    /** TODO */
 -    constexpr static Cell DistancePos = 7;
 +
 +    constexpr static Cell DistancePos = 6;
++
      /** Maximum "short" distance between two definitions. */
      constexpr static Cell MaxDistance = (1 << (sizeof(Cell) * 8 - DistancePos)) - 1;