We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b945ee commit cbecc95Copy full SHA for cbecc95
lifter/utils.cpp
@@ -74,7 +74,7 @@ namespace debugging {
74
template void printValue<unsigned long>(const unsigned long& v,
75
const char* name);
76
template void printValue<long>(const long& v, const char* name);
77
- template void printValue<__int64>(const __int64& v, const char* name);
+ template void printValue<long long>(const long long& v, const char* name);
78
template void printValue<KnownBits>(const KnownBits& v, const char* name);
79
template void printValue<ROP_info>(const ROP_info& v, const char* name);
80
template void printValue<unsigned long long>(const unsigned long long& v,
0 commit comments