comproto: Fixed a bug.

Was not saving low byte of value.
This commit is contained in:
Martin Preuss
2023-02-06 21:54:04 +01:00
parent f0e4ac5595
commit 7e3dfa12fa

View File

@@ -385,6 +385,7 @@ CPRO_EnqueueDebug_error:
CPRO_EnqueueValue: CPRO_EnqueueValue:
mov r6, r16 mov r6, r16
mov r7, r17 mov r7, r17
mov r8, r18
mov r9, r19 mov r9, r19
mov r10, r20 mov r10, r20
mov r11, r21 mov r11, r21