diff options
| author | Conrad Meyer <cem@FreeBSD.org> | 2020-12-05 00:33:28 +0000 |
|---|---|---|
| committer | Conrad Meyer <cem@FreeBSD.org> | 2020-12-05 00:33:28 +0000 |
| commit | 78599c32efed3247d165302a1fbe8d9203e38974 (patch) | |
| tree | aaac03f469bc1e5e6145584338bb8ef7e3d55fd2 /lib/libc/powerpc64/sys | |
| parent | ac4dd4cd957016b9c5b7897f3c70efdd4e306407 (diff) | |
Notes
Diffstat (limited to 'lib/libc/powerpc64/sys')
| -rw-r--r-- | lib/libc/powerpc64/sys/cerror.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/powerpc64/sys/cerror.S b/lib/libc/powerpc64/sys/cerror.S index 515d7e541cab8..3362c9fdf0461 100644 --- a/lib/libc/powerpc64/sys/cerror.S +++ b/lib/libc/powerpc64/sys/cerror.S @@ -56,5 +56,6 @@ ENTRY_NOPROF(HIDENAME(cerror)) li %r3,-1 li %r4,-1 blr +END(HIDENAME(cerror)) .section .note.GNU-stack,"",%progbits |
