Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix a syntax bug in example assembly (#1511)
The `call *` syntax is used in AT&T syntax but not in Intel syntax. (Source: https://stackoverflow.com/a/19088205/823869.) To make this example compile, I think we need to remove the `*`. Playground example broken: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=585dff3c1b43c7a493082ea66c7cdaad Playground example working: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=c4517f46219140ba4345a1656fe7e106
- Loading branch information