Comply with windows symbol name conventions

This commit is contained in:
A.J. Gardner 2017-04-13 23:41:03 -05:00
parent 63a074791e
commit a35c4e354a
1 changed files with 2 additions and 0 deletions

View File

@ -14,7 +14,9 @@
#[cfg(any(target_arch = "x86_64", target_arch = "x86"))]
global_asm!(r#"
.global foo
.global _foo
foo:
_foo:
ret
"#);