From 7479414f99cb6c25df6bc0ac2f0bd88e421908d0 Mon Sep 17 00:00:00 2001 From: beeman Date: Wed, 6 Sep 2023 20:01:26 -0700 Subject: [PATCH] remove conflicting paragraph regarding exceptions based on vsiselect value --- body.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/body.adoc b/body.adoc index ac57115..35dd9c3 100644 --- a/body.adoc +++ b/body.adoc @@ -223,8 +223,6 @@ The behavior upon accessing vsireg* from M-mode or HS-mode, or accessing sireg* _It is recommended that implementations raise an illegal instruction exception for such accesses, to facilitate possible emulation (by M-mode) of these accesses._ ==== -The behavior upon accessing vsireg* from M-mode or HS-mode, while vsiselect holds a value that is not implemented at HS level, is UNSPECIFIED. Similarly, the behavior upon accessing sireg* (really vsireg*) from VS-mode, while vsiselect holds a value that is not implemented at VS level, is UNSPECIFIED. - Otherwise, while vsiselect holds a number in a standard-defined and implemented range, attempts to access vsireg* from a sufficiently privileged mode, or to access sireg* (really vsireg*) from VS-mode,