gui, heap: modified how the heap works.

not well enough tested, yet.
This commit is contained in:
Martin Preuss
2026-05-08 22:08:47 +02:00
parent 22b3b14dfb
commit abe0bef99a
2 changed files with 160 additions and 116 deletions

View File

@@ -120,10 +120,10 @@ LayoutCtx_new_ret:
; @routine LayoutCtx_free @global
;
; @param X pointer to layout context
; @clobbers r16, r17, r24, r25, X
; @clobbers r16, r17, r18, r19, r24, r25, X
LayoutCtx_free:
bigjmp Heap_Free ; (r16, r17, r24, r25, X)
bigjmp Heap_Free ; (r16, r17, r18, r19, r24, r25, X)
; @end