Comply with windows symbol name conventions
This commit is contained in:
parent
63a074791e
commit
a35c4e354a
@ -14,7 +14,9 @@
|
||||
#[cfg(any(target_arch = "x86_64", target_arch = "x86"))]
|
||||
global_asm!(r#"
|
||||
.global foo
|
||||
.global _foo
|
||||
foo:
|
||||
_foo:
|
||||
ret
|
||||
"#);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user