diff --git a/avr/modules/lcd2/gui/base/object.asm b/avr/modules/lcd2/gui/base/object.asm index 337a8e3..7f54a9a 100644 --- a/avr/modules/lcd2/gui/base/object.asm +++ b/avr/modules/lcd2/gui/base/object.asm @@ -101,6 +101,8 @@ Object_Alloc: push r16 push r17 bigcall Heap_AllocAndZero + mov yl, xl + mov yh, xh pop r17 pop r16 pop xh