mirror of
https://github.com/aya-rs/aya.git
synced 2026-05-26 11:24:23 +02:00
879925717b
Wire up mips64 now that bindings are generated. MIPS64 uses the N64 ABI with the same pt_regs layout as MIPS (regs[4..11] for arguments, regs[2] for return value), so the PtRegsLayout impl is shared via cfg(any(...)). Fixes: #1388