mirror of
https://github.com/vtil-project/VTIL-Core
synced 2026-08-17 08:23:03 -04:00
make compatible (x86)
This commit is contained in:
parent
e5f800e5ff
commit
b92c3f736f
1 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue