.ToLE() changed to .value() or removed

This commit is contained in:
Nekotekina 2015-01-14 02:08:00 +03:00
parent 8df825abc5
commit bf7cf0ee9d
20 changed files with 104 additions and 108 deletions

View file

@ -617,7 +617,7 @@ int cellAdecStartSeq(u32 handle, u32 param_addr)
{
auto param = vm::ptr<const CellAdecParamMP3>::make(param_addr);
cellAdec->Todo("*** CellAdecParamMP3: bw_pcm=%d", param->bw_pcm.ToLE());
cellAdec->Todo("*** CellAdecParamMP3: bw_pcm=%d", param->bw_pcm);
break;
}
default: