1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00

Remove an unneeded instruction.

MFC after:	1 week
This commit is contained in:
Mark Johnston 2015-08-28 00:17:21 +00:00
parent e98a67279a
commit 21be12e0ca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287233

View File

@ -225,7 +225,6 @@ alltraps_pushregs_no_rdi:
movq $calltrap,dtrace_invop_calltrap_addr(%rip)
/* Jump to the code hooked in by DTrace. */
movq dtrace_invop_jump_addr,%rax
jmpq *dtrace_invop_jump_addr
#endif
.globl calltrap