feat(furvm): add return instructions

This commit is contained in:
2026-06-06 17:43:35 +02:00
parent 4895489511
commit c6ec18aeb8
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#include <cstddef>
static constexpr std::array<furvm::byte, 1> s_bytecode = {
furvm::byte(furvm::instruction_t::NoOperation),
furvm::byte(furvm::instruction_t::Return),
};
int main(void) {