From 21be12e0ca30b32e0d907287c640bca3cb082baf Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Fri, 28 Aug 2015 00:17:21 +0000 Subject: [PATCH] Remove an unneeded instruction. MFC after: 1 week --- sys/amd64/amd64/exception.S | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/amd64/amd64/exception.S b/sys/amd64/amd64/exception.S index 71f16746e64..a855bd36291 100644 --- a/sys/amd64/amd64/exception.S +++ b/sys/amd64/amd64/exception.S @@ -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