1
0
Fork 0

DBG+PROJECT: updated capstone_wrapper

This commit is contained in:
mrexodia 2016-06-25 19:26:51 +02:00
parent 0e391b7084
commit 4f45dff9e1
No known key found for this signature in database
GPG Key ID: D72F9A4FAA0073B4
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 6b2c25ab2f739ac4ab2a510616d1c73fcb19efd0
Subproject commit 5416abe36359bfc02346712d0c77509f9758a96f

View File

@ -392,7 +392,7 @@ static int mulhi(int x, int y)
{
return (int)(((long long)x * y) >> 32);
}
#endif //__MINGW64__
#endif //_WIN64
template<typename T>
static bool operation(const ExpressionParser::Token::Type type, const T op1, const T op2, T & result, const bool signedcalc)