Browse Source

+ proper alignment directives added

git-svn-id: trunk@1564 -
florian 20 years ago
parent
commit
ef72bba537
1 changed files with 3 additions and 2 deletions
  1. 3 2
      tests/test/testsse2.pp

+ 3 - 2
tests/test/testsse2.pp

@@ -1,12 +1,13 @@
+{ %OPT=-OaVARMAX=16 -OaVARMIN=16 }
 { %CPU=i386 }
 { %CPU=i386 }
-{ %version=1.1}
 uses
 uses
    mmx;
    mmx;
 
 
 { only a small test to see if it works in principal }
 { only a small test to see if it works in principal }
 
 
 var
 var
-   q : array[0..15] of byte;
+  b : byte;
+  q : array[0..15] of byte;
 
 
 begin
 begin
   if is_sse2_cpu then
   if is_sse2_cpu then