Skip to content

Commit 3e02e79

Browse files
committed
Fix .size longjmp in the linux port of jerry-libc
Fixing a typo, which resulted in an undefined (but harmless) symbol in jerry-asm. JerryScript-DCO-1.0-Signed-off-by: Akos Kiss [email protected]
1 parent 05e7a83 commit 3e02e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jerry-libc/target/linux/jerry-asm.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ setjmp:
6767
.type longjmp, %function
6868
longjmp:
6969
_LONGJMP
70-
.size longjmu, . - setjmp
70+
.size longjmp, . - setjmp

0 commit comments

Comments
 (0)