rust-embedded / embedonomicon

How to bootstrap support for a no_std target
https://docs.rust-embedded.org/embedonomicon/
Apache License 2.0
206 stars 33 forks source link

Adds an extra '-' to an instruction #81

Closed martinomburajr closed 2 years ago

martinomburajr commented 2 years ago

This instruction does not work cargo objdump --bin app -- -d -no-show-raw-insn

Instead I had to add an extra '-' at the start of -no-show-raw-insn

rustc 1.58.0-nightly

image

rust-highfive commented 2 years ago

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @adamgreig (or someone else) soon.

Please see the contribution instructions for more information.

bors[bot] commented 2 years ago

Build succeeded: