mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
Comply with windows symbol name conventions
This commit is contained in:
@@ -14,7 +14,9 @@
|
||||
#[cfg(any(target_arch = "x86_64", target_arch = "x86"))]
|
||||
global_asm!(r#"
|
||||
.global foo
|
||||
.global _foo
|
||||
foo:
|
||||
_foo:
|
||||
ret
|
||||
"#);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user