summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authormarkj <markj@FreeBSD.org>2015-08-28 00:17:21 +0000
committermarkj <markj@FreeBSD.org>2015-08-28 00:17:21 +0000
commitc72177e471c9cc05ee69bc29d21438009fd3b847 (patch)
tree8bde9a9d85f78d5485de37c6cec43084630bcddb /sys/amd64
parent4b928cd56ced238f25ff3ab3c45875eb7834fb75 (diff)
downloadFreeBSD-src-c72177e471c9cc05ee69bc29d21438009fd3b847.zip
FreeBSD-src-c72177e471c9cc05ee69bc29d21438009fd3b847.tar.gz
Remove an unneeded instruction.
MFC after: 1 week
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/exception.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/amd64/exception.S b/sys/amd64/amd64/exception.S
index 71f1674..a855bd3 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
OpenPOWER on IntegriCloud