Actions
Bug #9170
closedint_to_float is not supported for constant expressions
Start date:
07/27/2018
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
Correct version but does not work:
temp_fps = int_to_float(FLOAT32, coerce(WORD, 0));
Working version
tmp_word = 0;
temp_fps = int_to_float(FLOAT32, tmp_word);
Actions