e32tools/elf2e32/source/e32imagefile.cpp
changeset 590 360bd6b35136
parent 0 044383f39525
child 607 378360dbbdba
equal deleted inserted replaced
588:c7c26511138f 590:360bd6b35136
  1175 {
  1175 {
  1176 	iHdr->iFlags &=~ KImageHWFloatMask;
  1176 	iHdr->iFlags &=~ KImageHWFloatMask;
  1177 
  1177 
  1178 	if (iUseCase->GetFPU() == 1)
  1178 	if (iUseCase->GetFPU() == 1)
  1179 		iHdr->iFlags |= KImageHWFloat_VFPv2;
  1179 		iHdr->iFlags |= KImageHWFloat_VFPv2;
       
  1180 	else if (iUseCase->GetFPU() == 2)
       
  1181 		iHdr->iFlags |= KImageHWFloat_VFPv3;
       
  1182 	else if (iUseCase->GetFPU() == 3)
       
  1183 		iHdr->iFlags |= KImageHWFloat_VFPv3D16; 
  1180 }
  1184 }
  1181 
  1185 
  1182 /**
  1186 /**
  1183 This function sets the paging attribute in the E32 image.
  1187 This function sets the paging attribute in the E32 image.
  1184 @internalComponent
  1188 @internalComponent