add symbol_finder & codegen

This commit is contained in:
ValKmjolnir
2023-06-29 00:30:50 +08:00
parent 91d13b733b
commit 2800708da5
10 changed files with 1146 additions and 14 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ private:
inline static const std::string* files = nullptr;
public:
codestream(const opcode& c, const u32 i): code(c), index(i) {}
static void set(const f64*, const std::string*, const std::string*);
static void set(const f64*, const std::string*, const std::string* filelist = nullptr);
void dump(std::ostream&) const;
};