We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14de1a7 + 308e99d commit 0712c7cCopy full SHA for 0712c7c
1 file changed
www/notes/a86.scrbl
@@ -1321,7 +1321,7 @@ Each register plays the same role as in x86, so for example
1321
Move from @racket[src] to @racket[dst] if the zero flag is set.
1322
1323
Note that the semantics for conditional moves is not what many people expect.
1324
- The @dst[src] is @emph{always} read, regardless of the condition's evaluation.
+ The @racket[src] is @emph{always} read, regardless of the condition's evaluation.
1325
This means that if your source is illegal (such as an offset beyond the bounds
1326
of memory allocated to the current process), a segmentation fault will arise
1327
even if the condition ``should have'' prevented the error.
0 commit comments