diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-05-28 19:34:07 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-05-28 20:28:48 -0700 |
| commit | 3b00a5376036bb3f50a1a1f97d136305a2d03a57 (patch) | |
| tree | c08ec1927761909aa76981d9eb964725e00ddc72 /dynamic.e | |
| parent | d9a82e9f3c87aa318fb05819249656b43fde15e3 (diff) | |
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
Diffstat (limited to 'dynamic.e')
| -rw-r--r-- | dynamic.e | 2 |
1 files changed, 1 insertions, 1 deletions
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 |