summary refs log tree commit diff
path: root/transform.e
diff options
context:
space:
mode:
Diffstat (limited to 'transform.e')
-rw-r--r--transform.e8
1 files changed, 5 insertions, 3 deletions
diff --git a/transform.e b/transform.e
index d148e58..6a81454 100644
--- a/transform.e
+++ b/transform.e
@@ -851,7 +851,8 @@ allocate-transform-state s" transform-state" variable
   swap-transform-variables
   + ,
 
-  latest @ hide-entry ] ;
+  latest @ dup entry-flags@ 0x80 | entry-flags!
+  ] ;
 
 
 ~   This is the alternate version of ";" for use with the label transform. Its
@@ -865,7 +866,7 @@ allocate-transform-state s" transform-state" variable
   swap-transform-variables
   offset-to-target-address-space ,
 
-  latest @ unhide-entry
+  latest @ dup entry-flags@ 0x80 invert & entry-flags!
 
   ~   Since [ is an immediate word, we have to go to extra trouble to compile
   ~ it as part of ;.
@@ -879,7 +880,8 @@ allocate-transform-state s" transform-state" variable
 ~ before attempting to understand label-semicolon-assembly-alternate.
 : label-semicolon-assembly-alternate
   here @ pack-next 8 packalign here !
-  latest @ dup unhide-entry entry-to-execution-token
+  latest @ dup dup entry-flags@ 0x80 invert & entry-flags!
+  entry-to-execution-token
   ~ The codeword needs to be transformed to the target address space.
   dup 8 + host-address-space-to-target
   swap !