mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2025-12-25 00:36:36 +01:00
Rename Assembly -> Assemble
This commit is contained in:
parent
beaf57a8e5
commit
2bafba1a17
4 changed files with 4 additions and 4 deletions
|
|
@ -24,7 +24,7 @@ Module::Module() {}
|
|||
|
||||
Module::~Module() = default;
|
||||
|
||||
std::vector<u8> Module::Assembly() const {
|
||||
std::vector<u8> Module::Assemble() const {
|
||||
std::vector<u8> bytes;
|
||||
Stream stream{bytes};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue