avr: fixed a bug.

This commit is contained in:
Martin Preuss
2026-04-28 00:23:48 +02:00
parent 6cf572ab44
commit 8bd1ceaec2

View File

@@ -101,6 +101,8 @@ Object_Alloc:
push r16 push r16
push r17 push r17
bigcall Heap_AllocAndZero bigcall Heap_AllocAndZero
mov yl, xl
mov yh, xh
pop r17 pop r17
pop r16 pop r16
pop xh pop xh