Correction: main () { printf("result org: %d\n",MULH_ORG(5555555,5555555)); printf("result asm: %d\n",MULH_ASM(5555555,5555555)); } but the same error from GCC.
Correction: main () { printf("result org: %d\n",MULH_ORG(5555555,5555555)); printf("result asm: %d\n",MULH_ASM(5555555,5555555)); } but the same error from GCC.