summary refs log tree commit diff
path: root/core.e
diff options
context:
space:
mode:
Diffstat (limited to 'core.e')
-rw-r--r--core.e4
1 files changed, 1 insertions, 3 deletions
diff --git a/core.e b/core.e
index e49c2f9..91cf849 100644
--- a/core.e
+++ b/core.e
@@ -1149,10 +1149,8 @@ here !
 : entry-flags@
   8 + @ 0xFF & ;
 
-~ TODO these parameters are in a counterintuitive order, swap them
-~ (entry pointer, new flags byte --)
+~ (new flags byte, entry pointer --)
 : entry-flags!
-  swap
   8 +
   dup @ 3roll
   0xFF &