projects
/
rrq
/
rrqforth.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a774f43
)
Corrected REALLOC to use remap;
author
Ralph Ronnquist
<rrq@rrq.au>
Sun, 14 Dec 2025 02:07:23 +0000
(13:07 +1100)
committer
Ralph Ronnquist
<rrq@rrq.au>
Sun, 14 Dec 2025 02:07:23 +0000
(13:07 +1100)
many thanks to emanulel6 at board.flatassembler.net
stdio.asm
patch
|
blob
|
history
diff --git
a/stdio.asm
b/stdio.asm
index 45a25f6f5dcc1d769ed5c260e4ffac4ed56008c6..e1af3f1804cd52076f393252e3e4d31769a71473 100644
(file)
--- a/
stdio.asm
+++ b/
stdio.asm
@@
-23,7
+23,7
@@
;; size_t new_size, int flags, ... /* void *new_address */);
pushr rsi
push 1 ; MREMAP_MAYMOVE
- jmp sys_m
map_asm ; exit via sys_m
map
+ jmp sys_m
remap_asm ; exit via sys_mre
map
;;; ========================================
;;; Input stream handling.