From 428a55a0fe1eac52bfaa99b7265949e085ea3cb8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulf=20M=C3=B6ller?= Date: Tue, 5 Dec 2000 03:57:58 +0000 Subject: [PATCH] minor modification to the previous change --- crypto/perlasm/x86unix.pl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/crypto/perlasm/x86unix.pl b/crypto/perlasm/x86unix.pl index 3e6ff685b7..f89d473b7e 100644 --- a/crypto/perlasm/x86unix.pl +++ b/crypto/perlasm/x86unix.pl @@ -342,12 +342,11 @@ sub main'function_end popl %ebx popl %ebp ret +$const +.${func}_end: EOF push(@out,$tmp); - - push(@out,$const); $const=""; - push(@out,".${func}_end:\n"); if ($main'cpp) { push(@out,"\tSIZE($func,.${func}_end-$func)\n"); } -- 2.34.1