|
@@ -1736,7 +1736,8 @@ Implementation
|
|
if not(tf_section_threadvars in target_info.flags) then
|
|
if not(tf_section_threadvars in target_info.flags) then
|
|
exclude(to_do,al_threadvars);
|
|
exclude(to_do,al_threadvars);
|
|
for i:=low(TasmlistType) to high(TasmlistType) do
|
|
for i:=low(TasmlistType) to high(TasmlistType) do
|
|
- if (i in to_do) and (current_asmdata.asmlists[i]<>nil) then
|
|
|
|
|
|
+ if (i in to_do) and (current_asmdata.asmlists[i]<>nil) and
|
|
|
|
+ (not current_asmdata.asmlists[i].empty) then
|
|
addlist(current_asmdata.asmlists[i]);
|
|
addlist(current_asmdata.asmlists[i]);
|
|
|
|
|
|
if SmartAsm then
|
|
if SmartAsm then
|