diff options
Diffstat (limited to 'gas/testsuite/gas/riscv/shamt-64.s')
-rw-r--r-- | gas/testsuite/gas/riscv/shamt-64.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/testsuite/gas/riscv/shamt-64.s b/gas/testsuite/gas/riscv/shamt-64.s index 8878318..5ca5e6d 100644 --- a/gas/testsuite/gas/riscv/shamt-64.s +++ b/gas/testsuite/gas/riscv/shamt-64.s @@ -1,4 +1,4 @@ - .option arch, -c + .option norvc slli a0, a0, 0 slli a0, a0, 31 slli a0, a0, 32 |