Skip to content

Commit f95a3ae

Browse files
committed
Revise wording for Tag_RISCV_unaligned_access
1 parent 4efdc71 commit f95a3ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

riscv-elf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,8 +1068,8 @@ to the IMAFD combination with default versions of the standard extensions.
10681068
#### Tag_RISCV_unaligned_access, 6, uleb128=value
10691069
Tag_RISCV_unaligned_access denotes the code generation policy for this object
10701070
file. Its values are defined as follows:
1071-
- 0: This object does not allow any unaligned memory accesses.
1072-
- 1: This object allows unaligned memory accesses.
1071+
- 0: This object does not perform any unaligned memory accesses.
1072+
- 1: This object may perform unaligned memory accesses.
10731073

10741074
#### Tag_RISCV_priv_spec, 8, uleb128=version
10751075
#### Tag_RISCV_priv_spec_minor, 10, uleb128=version

0 commit comments

Comments
 (0)