|
@@ -4739,7 +4739,7 @@ implementation
|
|
begin
|
|
begin
|
|
exesec:=FindExeSection('.wasm_tags');
|
|
exesec:=FindExeSection('.wasm_tags');
|
|
if not assigned(exesec) then
|
|
if not assigned(exesec) then
|
|
- internalerror(2024010701);
|
|
|
|
|
|
+ exit;
|
|
tags_count:=exesec.ObjSectionList.Count;
|
|
tags_count:=exesec.ObjSectionList.Count;
|
|
if tags_count<>exesec.Size then
|
|
if tags_count<>exesec.Size then
|
|
internalerror(2024010702);
|
|
internalerror(2024010702);
|