mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
Remove section change in function end, preventing override of function's real
section. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27503 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c1989542eb
commit
f36e2d3415
@ -2428,7 +2428,6 @@ void DwarfWriter::EndFunction() {
|
||||
EOL("Dwarf End Function");
|
||||
|
||||
// Define end label for subprogram.
|
||||
Asm->SwitchSection(TextSection, 0);
|
||||
EmitLabel("func_end", SubprogramCount);
|
||||
|
||||
// Construct scopes for subprogram.
|
||||
|
Loading…
Reference in New Issue
Block a user