m-ou-se / rust-atomics-and-locks

Code examples, data structures, and links from my book, Rust Atomics and Locks.
Other
1.33k stars 120 forks source link

Typo in Chapter 7 (Processor Instructions) #14

Closed Imberflur closed 1 year ago

Imberflur commented 1 year ago

Type of error

Typo

Location of the error

https://marabos.nl/atomics/hardware.html#instructions

Description of the error

A more direct option is to ask the compiler to produce assembly instead a binary by using the --emit=asm flag to rustc.

instead a binary -> instead of a binary or instead of binary?

m-ou-se commented 1 year ago

Fixed!