@ -22,7 +22,7 @@ static int imp_compare(IMP i1, IMP i2)
}
static int imp_hash(const IMP imp)
{
return ((int)imp) >> 4;
return ((int)(intptr_t)imp) >> 4;
#define MAP_TABLE_NAME load_messages
#define MAP_TABLE_COMPARE_FUNCTION imp_compare