From e3ecef4d4af080d4998767fdff235e6d30481f11 Mon Sep 17 00:00:00 2001 From: xtremegamer1 Date: Sat, 8 Oct 2022 00:37:53 -0600 Subject: [PATCH] I still dont't understand git please help --- include/vminstrs.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/vminstrs.hpp b/include/vminstrs.hpp index 8eaa05c..38c131f 100644 --- a/include/vminstrs.hpp +++ b/include/vminstrs.hpp @@ -10,7 +10,7 @@ namespace vm::instrs { /// /// mnemonic representation of supported virtual instructions... /// -enum class mnemonic_t { +enum class mnemonic_t : uint8_t { unknown, sreg, lreg, @@ -117,7 +117,7 @@ struct vblk_t { /// /// image based relative virtual address... /// - std::uintptr_t img_base; + std::uintptr_t img_based; } m_vip; ///