From b92c3f736fccaa3bf976682a47504c0321c8c0e0 Mon Sep 17 00:00:00 2001 From: windy <19060@qq.com> Date: Sun, 19 Dec 2021 16:47:59 +0800 Subject: [PATCH] make compatible (x86) --- VTIL-Architecture/arch/operands.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/VTIL-Architecture/arch/operands.hpp b/VTIL-Architecture/arch/operands.hpp index f6f586a..6325301 100644 --- a/VTIL-Architecture/arch/operands.hpp +++ b/VTIL-Architecture/arch/operands.hpp @@ -54,6 +54,10 @@ namespace vtil { intptr_t ival; uintptr_t uval; +#if _M_X64 || __x86_64__ + int64_t i64; + uint64_t u64; +#endif }; // Number of bits it is expressed in.