CensoredUsername / dynasm-rs

A dynasm-like tool for rust.
https://censoredusername.github.io/dynasm-rs/language/index.html
Mozilla Public License 2.0
705 stars 52 forks source link

Aarch64: mov w0, immu32 expects a u64 when encoded at runtime #80

Open CensoredUsername opened 1 year ago

CensoredUsername commented 1 year ago

Cause seems to be https://github.com/CensoredUsername/dynasm-rs/blob/master/plugin/src/arch/aarch64/compiler.rs#L577 accidentally expecting a u64. This was reported in #79.