Skip to content

Commit cbecc95

Browse files
committed
fix printvalue template
1 parent 8b945ee commit cbecc95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lifter/utils.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ namespace debugging {
7474
template void printValue<unsigned long>(const unsigned long& v,
7575
const char* name);
7676
template void printValue<long>(const long& v, const char* name);
77-
template void printValue<__int64>(const __int64& v, const char* name);
77+
template void printValue<long long>(const long long& v, const char* name);
7878
template void printValue<KnownBits>(const KnownBits& v, const char* name);
7979
template void printValue<ROP_info>(const ROP_info& v, const char* name);
8080
template void printValue<unsigned long long>(const unsigned long long& v,

0 commit comments

Comments
 (0)