Selaa lähdekoodia

* adjusted comment after previous commit

git-svn-id: trunk@32297 -
Jonas Maebe 9 vuotta sitten
vanhempi
commit
09c8c5eba0
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      compiler/ncgset.pas

+ 2 - 2
compiler/ncgset.pas

@@ -101,8 +101,8 @@ implementation
 
     procedure tcgsetelementnode.pass_generate_code;
       begin
-        { load first value in 32bit register }
-          secondpass(left);
+        { load the set element's value }
+        secondpass(left);
 
         { also a second value ? }
         if assigned(right) then