gui2: fixed a bug.
This commit is contained in:
@@ -284,14 +284,12 @@ SimpleSaver_OnTouch_ret:
|
|||||||
SimpleSaver_OnMsgReceived:
|
SimpleSaver_OnMsgReceived:
|
||||||
push zl
|
push zl
|
||||||
push zh
|
push zh
|
||||||
mov yl, zl
|
|
||||||
mov yh, zh
|
|
||||||
ldi zl, LOW(SimpleSaver_MsgTable*2)
|
ldi zl, LOW(SimpleSaver_MsgTable*2)
|
||||||
ldi zh, HIGH(SimpleSaver_MsgTable*2)
|
ldi zh, HIGH(SimpleSaver_MsgTable*2)
|
||||||
bigcall Main_HandleValueMsg ; (any)
|
bigcall Main_HandleValueMsg ; (any)
|
||||||
pop zh
|
pop zh
|
||||||
pop zl
|
pop zl
|
||||||
sec
|
clc
|
||||||
ret
|
ret
|
||||||
; @end
|
; @end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user