Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unintended cast of large integer registers to floats
The call to pandas.concat in write_output_wrt_goldenrun() causes large integer registers values to be cast to floats. Since the register values do not have to be deduplicated, do not process them with write_output_wrt_goldenrun(). See also Fraunhofer-AISEC#41 and Fraunhofer-AISEC#42
- Loading branch information