Browse Source

* r6372 for x86(-64)

git-svn-id: trunk@6373 -
Jonas Maebe 18 years ago
parent
commit
21cef2cdb1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/x86/nx86set.pas

+ 1 - 1
compiler/x86/nx86set.pas

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