Skip to content

Commit 6a13ac5

Browse files
kdnaktdalance
andauthored
Update src/unsafe/asm.md
Co-authored-by: dalance <dalance@gmail.com>
1 parent df160f0 commit 6a13ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unsafe/asm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ Usually this is either because we have to use a scratch register in the assembly
395395
This state is generally referred to as being "clobbered".
396396
We need to tell the compiler about this since it may need to save and restore this state around the inline assembly block.
397397
-->
398-
多くの場合、インラインレジスタは出力として必要のない状態を変更することがあります
398+
多くの場合、インラインアセンブリは出力として必要のない状態を変更することがあります
399399
これは普通、アセンブリでスクラッチレジスタを利用する必要があったり、
400400
私たちがこれ以上必要としていない状態を命令が変更したりするためです。
401401
この状態を一般的に"クロバー"(訳注:上書き)と呼びます。

0 commit comments

Comments
 (0)