minor modification to the previous change
This commit is contained in:
parent
cc74659fcc
commit
428a55a0fe
@ -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"); }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user