gui, heap: modified how the heap works.
not well enough tested, yet.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user