diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-05-21 00:22:40 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-05-21 00:22:40 -0700 |
| commit | d784695204db078a8f1731f93d12117f6e53c317 (patch) | |
| tree | f0bd54aa11d98489edd97caf8291aa67dafe01ab | |
| parent | 1878bd75120124841bc0ad32e6fdf5695149918e (diff) | |
thanks Verità ! great catch :)
Force-Push: yes Change-Id: I3308856db0fd1fc1b066f4e6d9925b4fc8830a4e
| -rw-r--r-- | interpret.e | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interpret.e b/interpret.e index 147eeac..f45a1c5 100644 --- a/interpret.e +++ b/interpret.e @@ -165,7 +165,7 @@ ~ this is an nop, but it still exists as a word because having it reduces ~ confusion. ~ (pointer to buffer metadata -- pointer to buffer "physical-length" field) -: buffer-physical-start 8 + ; +: buffer-physical-length 8 + ; ~ (pointer to buffer metadata -- pointer to buffer "logical-start" field) : buffer-logical-start 2 8 * + ; ~ (pointer to buffer metadata -- pointer to buffer "logical-length" field) |