This fixes two crashes when running with JMEIntTest.c as input. The first crash was due to the incorrect bit casting with sitofp instruction, and the second crash was due to floating-point comparison not being handled in ErrorState::propagateError().
This fixes two crashes when running with
JMEIntTest.c
as input. The first crash was due to the incorrect bit casting withsitofp
instruction, and the second crash was due to floating-point comparison not being handled inErrorState::propagateError()
.