We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df160f0 commit 6a13ac5Copy full SHA for 6a13ac5
src/unsafe/asm.md
@@ -395,7 +395,7 @@ Usually this is either because we have to use a scratch register in the assembly
395
This state is generally referred to as being "clobbered".
396
We need to tell the compiler about this since it may need to save and restore this state around the inline assembly block.
397
-->
398
-多くの場合、インラインレジスタは出力として必要のない状態を変更することがあります。
+多くの場合、インラインアセンブリは出力として必要のない状態を変更することがあります。
399
これは普通、アセンブリでスクラッチレジスタを利用する必要があったり、
400
私たちがこれ以上必要としていない状態を命令が変更したりするためです。
401
この状態を一般的に"クロバー"(訳注:上書き)と呼びます。
0 commit comments