Skip to content

Commit

Permalink
Use private symbols for internal labels in strcasecmp.src
Browse files Browse the repository at this point in the history
  • Loading branch information
calc84maniac authored Mar 22, 2024
1 parent 62417f3 commit 963e722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libc/strcasecmp.src
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ _strcasecmp:
end if

section .text
public _strcasecmp.mismatch
public _strcasecmp.done
private _strcasecmp.mismatch
private _strcasecmp.done
_strcasecmp.mismatch:
ld l, (hl)
call _tolower.internal
Expand Down

0 comments on commit 963e722

Please sign in to comment.