Skip to content

Commit 1b1ab95

Browse files
committed
Add missing period
1 parent c46d1f8 commit 1b1ab95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/inline-assembly.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ Here is the list of currently supported register classes:
620620
> - On x86 we treat `reg_byte` differently from `reg` because the compiler can allocate `al` and `ah` separately whereas `reg` reserves the whole register.
621621
> - On x86-64 the high byte registers (e.g. `ah`) are not available in the `reg_byte` register class.
622622
> - Some register classes are marked as "Only clobbers" which means that registers in these classes cannot be used for inputs or outputs, only clobbers of the form `out(<explicit register>) _` or `lateout(<explicit register>) _`.
623-
> - The `spe_acc` register is only available on PowerPC SPE targets
623+
> - The `spe_acc` register is only available on PowerPC SPE targets.
624624
625625
r[asm.register-operands.value-type-constraints]
626626
Each register class has constraints on which value types they can be used with.

0 commit comments

Comments
 (0)