Skip to content

Commit cbd15b6

Browse files
committed
Adjust punctuation
1 parent 3e8ee09 commit cbd15b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/inline-assembly.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,7 @@ r[asm.rules.stack-below-sp]
13541354

13551355
r[asm.rules.stack-above-sp]
13561356
- Unless the `nostack` option is set, assembly code is allowed to modify the caller's stack frame in specific cases.
1357-
- The target ABI requires storing certain values in the caller's frame (e.g saving the `lr` on PowerPC64)
1357+
- The target ABI requires storing certain values in the caller's frame (e.g., saving the `lr` on PowerPC64).
13581358

13591359
r[asm.rules.noreturn]
13601360
- If the `noreturn` option is set then behavior is undefined if execution falls through the end of the assembly code.
@@ -1390,7 +1390,7 @@ r[asm.rules.preserved-registers]
13901390
- Floating-point status and sticky bits in the `fpscr` (any field other than DRN, VE, OE, UE, ZE, XE, NI, or RN).
13911391
- Vector status and sticky bits in the `vscr` (any field other than NJ).
13921392
- PowerPC SPE
1393-
- The sticky and status bits of the `spefscr` (any field other than FINXE, FINVE, FDBZE, FUNFE, FOVFE, or FRMC)
1393+
- The sticky and status bits of the `spefscr` (any field other than FINXE, FINVE, FDBZE, FUNFE, FOVFE, or FRMC).
13941394
- s390x
13951395
- The condition code register `cc`.
13961396

0 commit comments

Comments
 (0)