mirror of
https://github.com/azahar-emu/sirit.git
synced 2026-04-04 01:35:58 +02:00
Rename Assembly -> Assemble
This commit is contained in:
@@ -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};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user