Fix casted boolean expressions
the casted type was lost when a delayed bool was finally converted to a value. See testcase, in the wrong case the '(unsigned int)' cast was ignored, and hence the division was signed reulting in -1 instead of the proper 0x7fffffff.
Showing
+6 -0
Please register or sign in to comment