Browse Source

added a comment for non-supported SHORT array operator

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@8326 8c9fc860-2736-0410-a75d-ab315db34111
eth.morozova 7 năm trước cách đây
mục cha
commit
be5609fb22
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      source/AMD64.Shortreal.Mod

+ 2 - 1
source/AMD64.Shortreal.Mod

@@ -538,7 +538,8 @@ TYPE
 		FoxArrayBase.ApplyUnaryAAOp(RESULT,x,SIZEOF(SHORTREAL),NegateLoop);
 		RETURN RESULT;
 	END "-";
-
+	
+	(*!TODO: replace by SHORT operator after fixing a compiler bug which does not allow to compile the operator code *)
 	PROCEDURE Short*(CONST x: ARRAY [?] OF Real): ARRAY {UNSAFE} [?] OF SHORTREAL;
 	BEGIN
 		FoxArrayBase.ApplyUnaryAAOp(RESULT,x,SIZEOF(SHORTREAL),ShortLoop);