// // _clrfp from 0x180133838 to 0x180133855 (29 bytes) // // 3 xrefs: // > _raise_exc_ex @ 0x180133647 // > @ 0x180203164 // > @ 0x180203170 // // This function is hookable on this platform! // // Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA // Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings // __int64 clrfp() { __int64 v0; // rbx v0 = get_fpsr() & 0x3F; fclrf(); return (unsigned int)v0; }