Revert "gui, heap: modified how the heap works."

This reverts commit abe0bef99a.
This commit is contained in:
Martin Preuss
2026-05-08 22:08:58 +02:00
parent abe0bef99a
commit 941948fc11
2 changed files with 116 additions and 160 deletions

View File

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