diff options
Diffstat (limited to 'src/libthread/OpenBSD-386-asm.s')
| -rw-r--r-- | src/libthread/OpenBSD-386-asm.s | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libthread/OpenBSD-386-asm.s b/src/libthread/OpenBSD-386-asm.s index 7ffb413c..1a59436f 100644 --- a/src/libthread/OpenBSD-386-asm.s +++ b/src/libthread/OpenBSD-386-asm.s @@ -96,4 +96,5 @@ ENTRY(rfork_thread) movl %ebp, %esp popl %ebp PIC_PROLOGUE - jmp PIC_PLT(_C_LABEL(__cerror))
\ No newline at end of file + jmp PIC_PLT(_C_LABEL(__cerror)) + |
