Comply with windows symbol name conventions
This commit is contained in:
parent
63a074791e
commit
a35c4e354a
1 changed files with 2 additions and 0 deletions
|
|
@ -14,7 +14,9 @@
|
|||
#[cfg(any(target_arch = "x86_64", target_arch = "x86"))]
|
||||
global_asm!(r#"
|
||||
.global foo
|
||||
.global _foo
|
||||
foo:
|
||||
_foo:
|
||||
ret
|
||||
"#);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue