configure: fix tcc_lddir, cpu

... and other minor cosmetic fixes
This commit is contained in:
grischka
2016-10-03 12:29:38 +02:00
parent f795e1be83
commit 78f1c10e0f
6 changed files with 70 additions and 67 deletions

View File

@ -1069,8 +1069,8 @@ static X86_64_Mode classify_x86_64_inner(CType *ty)
return mode;
}
assert(0);
return 0;
}
static X86_64_Mode classify_x86_64_arg(CType *ty, CType *ret, int *psize, int *palign, int *reg_count)