mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2025-12-24 16:25:59 +01:00
Add OpName and debug symbols
This commit is contained in:
parent
abcc20748c
commit
acea9030c5
5 changed files with 33 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue