mirror of
https://github.com/lifting-bits/remill
synced 2026-06-21 13:56:07 +00:00
829ee4acf5
* re-enable broken float code * try to cast floats as integers * fix assingment for function calls * actually fix calls * make sure to set branch not taken * add initial neon registers * fix missing unit128 fields * add more debug * do armv8 since that's what we need right now * add complete fpscr * make FPSCR capital * initialize return_pc * fix build on linux (#633) * undo superfluous change (#634) * revert aarch64 linux changes for now * fix off by 2 when defining INST_NEXT_PTR in patches for thumb * fix off by 2 * fix typo * fix typo * use maybe float directly * fix test * add additional float types Co-authored-by: William Tan <1284324+Ninja3047@users.noreply.github.com>