diff options
author | John Ingalls <43973001+ingallsj@users.noreply.github.com> | 2022-09-27 14:33:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-27 14:33:42 -0700 |
commit | 93208aa5492263d43a3576d879900854ed3fef42 (patch) | |
tree | 6003023c1d099e70304b92747fd705209b16ea90 /isa | |
parent | a1d0969cd730d80d5a2d340d63fb3d7e56cd2339 (diff) | |
download | riscv-tests-93208aa5492263d43a3576d879900854ed3fef42.zip riscv-tests-93208aa5492263d43a3576d879900854ed3fef42.tar.gz riscv-tests-93208aa5492263d43a3576d879900854ed3fef42.tar.bz2 |
zicboz: comment # (#412)
Diffstat (limited to 'isa')
-rw-r--r-- | isa/rv64mzicbo/zero.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isa/rv64mzicbo/zero.S b/isa/rv64mzicbo/zero.S index 44448b0..bccefc2 100644 --- a/isa/rv64mzicbo/zero.S +++ b/isa/rv64mzicbo/zero.S @@ -11,7 +11,7 @@ RVTEST_RV64M RVTEST_CODE_BEGIN la x1, tdat - .word 0x0040A00F ; cbo.zero(x1) + .word 0x0040A00F # cbo.zero(x1) TEST_LD_OP( 1, ld, 0, 0, tdat ) TEST_LD_OP( 2, ld, 0, 8, tdat ) TEST_LD_OP( 3, ld, 0, 16, tdat ) |