Fix the address according to actual program bitness #define TRUNC(ea) (inf_is_64bit() ? (ea) : ((ea) & 0xFFFFFFFF))
Last updated 6 days ago