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 akiss@inf.u-szeged.hu
This commit is contained in:
@@ -67,4 +67,4 @@ setjmp:
|
||||
.type longjmp, %function
|
||||
longjmp:
|
||||
_LONGJMP
|
||||
.size longjmu, . - setjmp
|
||||
.size longjmp, . - setjmp
|
||||
|
||||
Reference in New Issue
Block a user