diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-09-22 18:52:50 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-09-23 02:27:52 -0700 |
| commit | d5030a4cf75b3600c957b0d48e0e68946367e919 (patch) | |
| tree | 328e4d8741978d8f458acc21e528dad3b1213888 /input.e | |
| parent | a569f93740bbbac3230434ee56bc51aa38be21ac (diff) | |
all the syscall parameters are in the kernel's order now
there was never a good reason for them not to be plus, the formerly bespoke ones use the generic helpers now; sys-open and sys-close are implemented; and a bug in push-input-buffer and pop-output-buffer is fixed unfortunately these were breaking changes, so there's another evoke.hex in this one Change-Id: Ifad58fc2fd757adcf89a69c59575565a10406ec2 Force-Push: yes
Diffstat (limited to 'input.e')
| -rw-r--r-- | input.e | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/input.e b/input.e index a9e73cb..41a2b8c 100644 --- a/input.e +++ b/input.e @@ -236,7 +236,7 @@ ~ an error, just clean up and take no action. dup { swap ~ (metadata pointer, destination length, destination start) - { 3 ndup 3roll buffer-file-descriptor @ sys-read + { 3 ndup 3roll buffer-file-descriptor @ 3unroll swap sys-read ~ (metadata pointer, destination length, destination start, ~ read result) dup 0 > { |