You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add `use core::arch::asm` in a couple places, and add a temporary
override of the qemu-exit dep to point at a branch with the asm fix.
Partially fixesrust-osdev#329 (but
keep it open until qemu-exit can be switched back to a normal release.)
Hi, I can't compile the template following the instructions:
After doing some search on Google, I found this:
asm!
macro rust-lang/rust#84019It seems below minor modification can solve the problem:
./build.py run would fail out of the same reason.
I'm just a beginner of Rust, maybe I'm wrong, thanks for your attention in advance.
The text was updated successfully, but these errors were encountered: