Fixed an issue with the IDA 32-bit version not producing the correct clickable address.

This commit is contained in:
gir489
2018-02-05 19:34:10 -05:00
parent 8a61f4c6df
commit b62803ebb6

View File

@@ -55,7 +55,7 @@ void SearchForSigs( const qstring& strSig )
{ {
do do
{ {
#ifdef __X64__ #ifdef __EA64__
msg("sig found at 1%X\n", dwAddress); msg("sig found at 1%X\n", dwAddress);
#else #else
msg("sig found at %X\n", dwAddress); msg("sig found at %X\n", dwAddress);
@@ -71,7 +71,7 @@ void SearchForSigs( const qstring& strSig )
{ {
do do
{ {
#ifdef __X64__ #ifdef __EA64__
msg( "sig found at 1%X\n", dwAddress ); msg( "sig found at 1%X\n", dwAddress );
#else #else
msg("sig found at %X\n", dwAddress); msg("sig found at %X\n", dwAddress);