Skip to content

Commit 308e99d

Browse files
committed
Bug fix a86 notes.
1 parent 14de1a7 commit 308e99d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/notes/a86.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1321,7 +1321,7 @@ Each register plays the same role as in x86, so for example
13211321
Move from @racket[src] to @racket[dst] if the zero flag is set.
13221322

13231323
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.
1324+
The @racket[src] is @emph{always} read, regardless of the condition's evaluation.
13251325
This means that if your source is illegal (such as an offset beyond the bounds
13261326
of memory allocated to the current process), a segmentation fault will arise
13271327
even if the condition ``should have'' prevented the error.

0 commit comments

Comments
 (0)