refactor(furvm): change instruction_t base to furvm::byte
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
namespace furvm {
|
||||
|
||||
enum class instruction_t : std::uint8_t {
|
||||
enum class instruction_t : byte {
|
||||
/**
|
||||
* @brief No operation.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user