mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-20 10:29:32 +01:00
* Don't emit "Temps allocated between..." comment in assembler listing if procedure has no temps.
git-svn-id: trunk@26660 -
This commit is contained in:
parent
1626667374
commit
949907f1f3
@ -1362,7 +1362,8 @@ implementation
|
||||
current_asmdata.asmcfi.start_frame(list);
|
||||
|
||||
{ All temps are know, write offsets used for information }
|
||||
if (cs_asm_source in current_settings.globalswitches) then
|
||||
if (cs_asm_source in current_settings.globalswitches) and
|
||||
(current_procinfo.tempstart<>tg.lasttemp) then
|
||||
begin
|
||||
if tg.direction>0 then
|
||||
begin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user