Skip to content

Commit 03809e5

Browse files
No one saw anything
1 parent 63ff603 commit 03809e5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CEdev/include/asm/cstartup.asm

+3-4
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,14 @@ _init:
5959
__exit:
6060
ex de,hl
6161
__errsp:
62-
push de
63-
call 0004F0h ; usb_ResetTimers
64-
pop de
6562
ld sp,0
6663
pop af
6764
pop hl
6865
ld (hl),a ; restore flash wait states
6966
pop iy ; restore iy for OS
70-
ex de,hl ; program return value in hl
67+
push de
68+
call 0004F0h ; usb_ResetTimers
69+
pop hl ; program return value in hl
7170
ret
7271
_exit:
7372
pop de

0 commit comments

Comments
 (0)