+ handle ait_marker in the sdcc-sdasz80 asm writer

git-svn-id: branches/z80@44811 -
This commit is contained in:
nickysn 2020-04-19 00:00:34 +00:00
parent d1f265fe51
commit e86cd0df7a

View File

@ -828,6 +828,11 @@ unit agsdasz80;
begin
WriteInstruction(taicpu(hp));
end;
ait_marker :
if tai_marker(hp).kind=mark_NoLineInfoStart then
inc(InlineLevel)
else if tai_marker(hp).kind=mark_NoLineInfoEnd then
dec(InlineLevel);
ait_stab,
ait_force_line,
ait_function_name : ;