mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
Minor style fix.
This commit is contained in:
parent
59a8149556
commit
326ca263c9
@ -68,8 +68,10 @@ _clock_gettime:
|
||||
ldy #timespec::tv_sec
|
||||
jsr steaxspidx
|
||||
|
||||
; Return success
|
||||
; Cleanup stack
|
||||
jsr incsp1
|
||||
|
||||
; Return success
|
||||
jmp return0
|
||||
|
||||
; Load errno code
|
||||
|
Loading…
Reference in New Issue
Block a user