signed int can't represent all the values of unsigned int, so we need to do the conversion to signed long, and use the lower 32 bits as the result. |
||
---|---|---|
.. | ||
all.h | ||
emit.c | ||
isel.c | ||
sysv.c | ||
targ.c |
signed int can't represent all the values of unsigned int, so we need to do the conversion to signed long, and use the lower 32 bits as the result. |
||
---|---|---|
.. | ||
all.h | ||
emit.c | ||
isel.c | ||
sysv.c | ||
targ.c |