CmmToC: Fix translation of Cmm literals to word sized literals
For big-endian machines remove the byte swap in the non-recursive call of goSubWord since the integer is already in proper format.
Please register or sign in to comment
For big-endian machines remove the byte swap in the non-recursive call of goSubWord since the integer is already in proper format.