make compatible (x86)

This commit is contained in:
windy 2021-12-19 16:47:59 +08:00 committed by Duncan Ogilvie
parent e5f800e5ff
commit b92c3f736f

View file

@ -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.