From 3b00a5376036bb3f50a1a1f97d136305a2d03a57 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Thu, 28 May 2026 19:34:07 -0700 Subject: change the parameter order for memcopy and memmove that was surprisingly involved, but it feels like the right thing to do Change-Id: Ia2f38c7278f4237cebd0435d27131fe32dbc3718 Force-Push: yes --- dynamic.e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dynamic.e') diff --git a/dynamic.e b/dynamic.e index 39ddd3f..a260abe 100644 --- a/dynamic.e +++ b/dynamic.e @@ -344,7 +344,7 @@ ~ do this before writing anything else in the entry header, to avoid ~ stepping on it. The name string always starts ten bytes into the header, ~ so we can use a fixed offset. - here @ 10 + 3unroll memmove + here @ 10 + swap memmove ~ (name field length) ~ Now we can get back to the fields that belong at the start of the entry -- cgit 1.4.1