mirror of
https://github.com/cc65/cc65.git
synced 2025-08-05 17:25:17 +00:00
Minor style fix.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user