Browse Source

qbe: add todo

pull/60/head
Garrit Franke 2 years ago
parent
commit
11bf19abfc
Signed by: garrit
GPG Key ID: 65586C4DDA55EA2C
  1. 2
      src/generator/qbe.rs

2
src/generator/qbe.rs

@ -46,6 +46,8 @@ impl Generator for QbeGenerator {
datadefs: Vec::new(),
typedefs: Vec::new(),
};
// TODO: use `qbe::Module` API instead of writing to the buffer directly
let mut buf = String::new();
for def in &prog.structs {

Loading…
Cancel
Save