@ -6266,7 +6266,11 @@ static int type_size(CType *type, int *a)
returnLDOUBLE_SIZE;
}elseif(bt==VT_DOUBLE||bt==VT_LLONG){
#ifdef TCC_TARGET_I386
#ifdef TCC_TARGET_PE
*a=8;
#else
*a=4;
#endif
#elif defined(TCC_TARGET_ARM)
#ifdef TCC_ARM_EABI
*a=8;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.