DBG+PROJECT: updated capstone_wrapper
This commit is contained in:
parent
0e391b7084
commit
4f45dff9e1
|
@ -1 +1 @@
|
||||||
Subproject commit 6b2c25ab2f739ac4ab2a510616d1c73fcb19efd0
|
Subproject commit 5416abe36359bfc02346712d0c77509f9758a96f
|
|
@ -392,7 +392,7 @@ static int mulhi(int x, int y)
|
||||||
{
|
{
|
||||||
return (int)(((long long)x * y) >> 32);
|
return (int)(((long long)x * y) >> 32);
|
||||||
}
|
}
|
||||||
#endif //__MINGW64__
|
#endif //_WIN64
|
||||||
|
|
||||||
template<typename T>
|
template<typename T>
|
||||||
static bool operation(const ExpressionParser::Token::Type type, const T op1, const T op2, T & result, const bool signedcalc)
|
static bool operation(const ExpressionParser::Token::Type type, const T op1, const T op2, T & result, const bool signedcalc)
|
||||||
|
|
Loading…
Reference in New Issue