View | Details | Raw Unified | Return to issue 65788
Collapse All | Expand All

(-)sal/typesconfig/typesconfig.c (+4 lines)
Lines 360-371 Link Here
360
	abort();
360
	abort();
361
  pThis->nAlignment[1] = GetAlignment( t_int );
361
  pThis->nAlignment[1] = GetAlignment( t_int );
362
362
363
#if defined(SPARC) && defined (LINUX)
364
  pThis->nAlignment[2] = 8;
365
#else
363
  if	  ( sizeof(long) == 8 )
366
  if	  ( sizeof(long) == 8 )
364
	pThis->nAlignment[2] = GetAlignment( t_long );
367
	pThis->nAlignment[2] = GetAlignment( t_long );
365
  else if ( sizeof(double) == 8 )
368
  else if ( sizeof(double) == 8 )
366
	pThis->nAlignment[2] = GetAlignment( t_double );
369
	pThis->nAlignment[2] = GetAlignment( t_double );
367
  else
370
  else
368
	abort();
371
	abort();
372
#endif	
369
}
373
}
370
374
371
/*************************************************************************
375
/*************************************************************************

Return to issue 65788