Commit 3bb47362 authored by Ulf Möller's avatar Ulf Möller
Browse files

remove a comment that shouldn't have been there any more

parent bac68541
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -458,7 +458,7 @@ sub bn_sub_part_words

	&mov($num,&wparam(4));	# get dl
	&cmp($num,0);
	&je(&label("pw_end")); # unnoetig
	&je(&label("pw_end"));
	&jge(&label("pw_pos"));

	&comment("pw_neg");