aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/devices/riscv/riscv_data.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/devices/riscv/riscv_data.c b/modules/devices/riscv/riscv_data.c
index fc6d939a..526067d3 100644
--- a/modules/devices/riscv/riscv_data.c
+++ b/modules/devices/riscv/riscv_data.c
@@ -142,10 +142,10 @@ static int riscv_isa_next(const char *isap, char *flag) {
}
switch(*p) {
- case 'S': case 's': /* supervisor extension */
- case 'X': case 'x': /* custom extension */
+ // case 'S': case 's': /* supervisor extension */
+ // case 'X': case 'x': /* custom extension */
/* custom supervisor extension (SX..) handled by S */
- break;
+ // break;
default: /* single character (standard) extension */
tag_len = 1;
if (next_digit != p+1) ver_len = 0;