From a6576c56ddb2c09f6d78f6d29917eb1442c2c5f2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulf=20M=C3=B6ller?= Date: Wed, 6 Dec 2000 04:48:50 +0000 Subject: [PATCH] remove useless instruction --- crypto/bn/asm/bn-586.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/crypto/bn/asm/bn-586.pl b/crypto/bn/asm/bn-586.pl index 2a074effe2..7c41a243a8 100644 --- a/crypto/bn/asm/bn-586.pl +++ b/crypto/bn/asm/bn-586.pl @@ -456,8 +456,6 @@ sub bn_sub_part_words &cmp(&wparam(4),0); &je(&label("pw_end")); - &mov($num,&wparam(3)); # get num - &mov($num,&wparam(4)); # get dl &cmp($num,0); &je(&label("pw_end")); # unnoetig -- 2.34.1