Skip to content

Commit d6c1beb

Browse files
authored
Merge pull request #305 from tkoecker/patch-1
fix build of ontop_sparc64_sysv_elf_gas.S
2 parents 6ea12b1 + 12280a8 commit d6c1beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asm/ontop_sparc64_sysv_elf_gas.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ ontop_fcontext:
4545

4646
jmpl %o2, %g0
4747
nop
48-
.size jump_fcontext,.-jump_fcontext
48+
.size ontop_fcontext,.-ontop_fcontext
4949
# Mark that we don't need executable stack.
5050
.section .note.GNU-stack,"",%progbits

0 commit comments

Comments
 (0)