mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-22 11:23:27 +08:00
x86-64: Fix Wrong comparisonbetweenpointerandlongcste
main (int argc, char *argv[])
{
char *p = (char *)0x12345678ABCD000F;
int res;
res = (p != (char *)0x12345678ABCD000F);
return res;
}
This commit is contained in:
committed by
grischka
parent
e500c9118a
commit
614790dc14
Reference in New Issue
Block a user