summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-02-16 13:29:56 -0800
committerH. Peter Anvin <hpa@zytor.com>2008-02-16 13:29:56 -0800
commit373281afde15a3ff82e1dcbf93db89559af8fd6b (patch)
tree66191e397ba5b69a00db08724e14b281937e9085
parentf6c51f084bbac16aec7c4f536542297030f17348 (diff)
downloadnasm-373281afde15a3ff82e1dcbf93db89559af8fd6b.tar.gz
BR 1893952: XGETBV is not privileged.
-rw-r--r--insns.dat4
1 files changed, 2 insertions, 2 deletions
diff --git a/insns.dat b/insns.dat
index 323a7f54..77bd9600 100644
--- a/insns.dat
+++ b/insns.dat
@@ -1464,9 +1464,9 @@ XORPS xmmreg,xmmrm \2\x0F\x57\110 KATMAI,SSE
FXRSTOR mem \2\x0F\xAE\201 P6,SSE,FPU
FXSAVE mem \2\x0F\xAE\200 P6,SSE,FPU
-; Introduced in ??? ... we really need to clean up the handling
+; XSAVE group: introduced in ??? ... we really need to clean up the handling
; of CPU feature bits.
-XGETBV void \3\x0F\x01\xD0 NEHALEM,PRIV
+XGETBV void \3\x0F\x01\xD0 NEHALEM
XSETBV void \3\x0F\x01\xD1 NEHALEM,PRIV
XSAVE mem \2\x0F\xAE\204 NEHALEM
XRSTOR mem \2\x0F\xAE\205 NEHALEM