mirror of
https://github.com/yuzu-mirror/sirit.git
synced 2026-04-07 07:13:41 +00:00
Rename Assembly -> Assemble
This commit is contained in:
parent
beaf57a8e5
commit
2bafba1a17
4 changed files with 4 additions and 4 deletions
|
|
@ -66,7 +66,7 @@ int main(int argc, char** argv) {
|
|||
module.Generate();
|
||||
|
||||
module.Optimize(2);
|
||||
std::vector<std::uint8_t> code{module.Assembly()};
|
||||
std::vector<std::uint8_t> code{module.Assemble()};
|
||||
|
||||
FILE* file = fopen("sirit.spv", "wb");
|
||||
fwrite(code.data(), 1, code.size(), file);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue