Skip to content

Commit

Permalink
init/thingtrap.x : single quotes in comments break c68
Browse files Browse the repository at this point in the history
Signed-off-by: Graeme Gregory <[email protected]>
  • Loading branch information
xXorAa committed Jan 18, 2022
1 parent 443368d commit a7e21db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init/thingtrap.x
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ use_trap:
; yet know the answer.

check_vector:
beq find_vector ; branch if we don't yet know...
beq find_vector ; branch if we dont yet know...

; We are now calling the THING system via the UTILITY THING. As a
; sanity check, we check that our vector still points to it.
Expand All @@ -103,7 +103,7 @@ rts_cond:
tst.l d0 ; ensure condition code set
rts

; We don't know yet what interface is to be used...
; We dont know yet what interface is to be used...
; We first check for the presence of the UTILITY THING to call
; the THING system.

Expand Down

0 comments on commit a7e21db

Please sign in to comment.