jasonwhite / syscalls

Raw Linux system calls for Rust.
Other
109 stars 14 forks source link

x86: use intel syntax in syscalls instead of att #26

Closed kpp closed 1 year ago

kpp commented 1 year ago

Fixes https://github.com/jasonwhite/syscalls/issues/25

jasonwhite commented 1 year ago

Looks great! Thank you! I had no idea that LLVM was so tolerant here.