fixes target xml generation

This commit is contained in:
Eyck Jentzsch 2024-08-17 19:36:53 +02:00
parent 64329cf0f6
commit ec1b820c18
1 changed files with 1 additions and 0 deletions

View File

@ -428,6 +428,7 @@ template <typename ARCH> status riscv_target_adapter<ARCH>::target_xml_query(std
} }
oss << " </feature>\n"; oss << " </feature>\n";
oss << "</target>\n"; oss << "</target>\n";
csr_xml = oss.str();
} }
out_buf = csr_xml; out_buf = csr_xml;
return Ok; return Ok;