|
@@ -185,7 +185,7 @@ implementation
|
|
swapleftright;
|
|
swapleftright;
|
|
|
|
|
|
orgopsize := def_cgsize(left.resultdef);
|
|
orgopsize := def_cgsize(left.resultdef);
|
|
- opsize := OS_INT;
|
|
|
|
|
|
+ opsize := OS_32;
|
|
if is_signed(left.resultdef) then
|
|
if is_signed(left.resultdef) then
|
|
opsize := tcgsize(ord(opsize)+(ord(OS_S8)-ord(OS_8)));
|
|
opsize := tcgsize(ord(opsize)+(ord(OS_S8)-ord(OS_8)));
|
|
|
|
|