The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=06bf97791a909a7e31721d641a18145852ed687e
commit 06bf97791a909a7e31721d641a18145852ed687e Author: Konstantin Belousov <[email protected]> AuthorDate: 2022-08-31 11:32:08 +0000 Commit: Konstantin Belousov <[email protected]> CommitDate: 2022-08-31 11:32:33 +0000 i386/exception.s: fix mismerge --- sys/i386/i386/exception.s | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/i386/i386/exception.s b/sys/i386/i386/exception.s index 4e347642cc0f..38ec48e66e24 100644 --- a/sys/i386/i386/exception.s +++ b/sys/i386/i386/exception.s @@ -251,7 +251,6 @@ irettraps: cmpl %edx, TF_EIP(%esp) jne calltrap movl $(2 * TF_SZ - TF_FS - 8), %ecx - jmp 6f 5: cmpl $PMAP_TRM_MIN_ADDRESS, %esp /* trampoline stack ? */ jb calltrap /* if not, no need to change stacks */ movl (tramp_idleptd - 1b)(%ebx), %eax
