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
Compiling matches v0.1.8Compiling detour v0.8.1(/build/detour-0.8.1.tar.gz)
error: avoid using named labels in inline assembly
--> src/arch/x86/mod.rs:46:16
|
46 | je ret5
| ________________^
47 | | mov eax,248 | | jmp done
| |_________________^
49 | || ret5:
| ||______________^
| |_______________|
|
|
= note: `#[deny(named_asm_labels)]` on by default
= help: only local labels of the form `<number>:` should be used in inline asm
= note: see the asm section of the unstable book <https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html#labels> for more information
error: avoid using named labels in inline assembly
--> src/arch/x86/mod.rs:105:18
|
105 | loop dest
| __________________^
106 | | nop
107 | | nop
108 | | nop
109 | | dest:",
| |________________^
|
= help: only local labels of the form `<number>:` should be used in inline asm
= note: see the asm section of the unstable book <https://doc.rust-lang.org/nightly/unstable-book/library-features/asm.html#labels> for more information
error: could not compile `detour` due to 2 previous errors
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: