Commit 428a55a0 authored by Ulf Möller's avatar Ulf Möller
Browse files

minor modification to the previous change

parent cc74659f
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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"); }