From a00f83c9446159eaf9ac817dfae5291cb226ab7a Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Thu, 28 May 2026 21:34:03 -0700 Subject: swap the parameters to "entry-flags!" Force-Push: yes Change-Id: I11f3eb1079d27a7306d6ed1e8e4b9fd6fb7d3a4a --- core.e | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'core.e') 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 & -- cgit 1.4.1