minor modification to the previous change

This commit is contained in:
Ulf Möller 2000-12-05 03:57:58 +00:00
parent cc74659fcc
commit 428a55a0fe

View File

@ -342,12 +342,11 @@ sub main'function_end
popl %ebx popl %ebx
popl %ebp popl %ebp
ret ret
$const
.${func}_end:
EOF EOF
push(@out,$tmp); push(@out,$tmp);
push(@out,$const);
$const=""; $const="";
push(@out,".${func}_end:\n");
if ($main'cpp) if ($main'cpp)
{ push(@out,"\tSIZE($func,.${func}_end-$func)\n"); } { push(@out,"\tSIZE($func,.${func}_end-$func)\n"); }