]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
dtrace: 64-bits registers support
authoroshogbo <oshogbo@FreeBSD.org>
Fri, 4 Oct 2019 16:17:00 +0000 (16:17 +0000)
committeroshogbo <oshogbo@FreeBSD.org>
Fri, 4 Oct 2019 16:17:00 +0000 (16:17 +0000)
commit8f5f92bd8ed413825ec16441f8acd68e13fd5eac
tree84a15b87e2a1828a086d37b25890a295bf511aca
parent0933abded51d9eb679d7b87addab7a819b2ed9f1
dtrace: 64-bits registers support

The registers in ilumos and FreeBSD have a different number.
In the illumos, last 32-bits register defined is SS an in FreeBSD is GS.
While translating register we should comper it to the highest one.

PR:             240358
Reported by:    lwhsu@
MFC after:      2 weeks
sys/cddl/dev/dtrace/amd64/dtrace_isa.c