diff options
author | Mark Johnston <markj@FreeBSD.org> | 2015-08-28 00:17:21 +0000 |
---|---|---|
committer | Mark Johnston <markj@FreeBSD.org> | 2015-08-28 00:17:21 +0000 |
commit | 21be12e0ca30b32e0d907287c640bca3cb082baf (patch) | |
tree | 8bde9a9d85f78d5485de37c6cec43084630bcddb | |
parent | e98a67279a910966a497c53ffe5ce2341616293d (diff) | |
download | src-21be12e0ca30b32e0d907287c640bca3cb082baf.tar.gz src-21be12e0ca30b32e0d907287c640bca3cb082baf.zip |
Remove an unneeded instruction.
MFC after: 1 week
Notes
Notes:
svn path=/head/; revision=287233
-rw-r--r-- | sys/amd64/amd64/exception.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/amd64/exception.S b/sys/amd64/amd64/exception.S index 71f16746e649..a855bd362919 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 |