We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b0caf5 + 34f5502 commit 6f21abbCopy full SHA for 6f21abb
VTIL-Architecture/arch/register_desc.hpp
@@ -124,6 +124,9 @@ namespace vtil
124
//
125
register_flag flags = ( register_flag ) 0;
126
127
+ // unused, padding for msvc bug, see https://github.com/vtil-project/VTIL-Core/issues/74
128
+ uint32_t _pad0 = 0;
129
+
130
// Arbitrary identifier, is intentionally not universally unique to let ids of user registers make use
131
// of the full 64-bit range as otherwise we'd have to reserve some magic numbers for flags and stack pointer.
132
// Due to this reason, flags should also be compared when doing comparison.
0 commit comments