mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-17 08:00:32 +00:00
Enhance chibicc
This commit is contained in:
parent
8da931a7f6
commit
9df2cef4c4
52 changed files with 2606 additions and 2004 deletions
3
third_party/chibicc/cast.c
vendored
3
third_party/chibicc/cast.c
vendored
|
@ -150,8 +150,9 @@ static int getTypeId(Type *ty) {
|
|||
return F64;
|
||||
case TY_LDOUBLE:
|
||||
return F80;
|
||||
default:
|
||||
return U64;
|
||||
}
|
||||
return U64;
|
||||
}
|
||||
|
||||
void gen_cast(Type *from, Type *to) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue