From 8bd1ceaec21bb148031af839a23b8b3b2fc41d36 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Tue, 28 Apr 2026 00:23:48 +0200 Subject: [PATCH] avr: fixed a bug. --- avr/modules/lcd2/gui/base/object.asm | 2 ++ 1 file changed, 2 insertions(+) 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