diff options
Diffstat (limited to 'asm/segment.h')
-rw-r--r-- | asm/segment.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/asm/segment.h b/asm/segment.h index 97e1670..b4b31f8 100644 --- a/asm/segment.h +++ b/asm/segment.h @@ -10,6 +10,7 @@ class Segment: public std::vector<std::shared_ptr<Chunk>> { public: + void append(const std::vector<std::shared_ptr<Chunk>>& list); size_t getAddressOfLabel(const std::string& label); size_t getAddressOfIndex(size_t index); std::vector<uint8_t> getCode(); |