mirror of
https://github.com/azahar-emu/sirit.git
synced 2026-04-05 18:05:30 +02:00
Add OpName and debug symbols
This commit is contained in:
@@ -53,7 +53,9 @@ std::vector<u8> Module::Assemble() const {
|
||||
|
||||
// TODO write execution mode
|
||||
|
||||
// TODO write debug symbols
|
||||
for (const auto& debug_symbol : debug) {
|
||||
debug_symbol->Write(stream);
|
||||
}
|
||||
|
||||
// TODO write annotations
|
||||
|
||||
|
||||
Reference in New Issue
Block a user