replaced cellDmaSmallGet by mfc command
This commit is contained in:
@@ -23,7 +23,7 @@ void* cellDmaLargeGetReadOnly(void *ls, uint64_t ea, uint32_t size, uint32_t tag
|
|||||||
void* cellDmaSmallGetReadOnly(void *ls, uint64_t ea, uint32_t size, uint32_t tag, uint32_t tid, uint32_t rid)
|
void* cellDmaSmallGetReadOnly(void *ls, uint64_t ea, uint32_t size, uint32_t tag, uint32_t tid, uint32_t rid)
|
||||||
{
|
{
|
||||||
#if defined (__CELLOS_LV2__) || defined (USE_LIBSPE2)
|
#if defined (__CELLOS_LV2__) || defined (USE_LIBSPE2)
|
||||||
cellDmaGetSmall(ls,ea,size,tag,tid,rid);
|
mfc_get(ls,ea,size,tag,0,0);
|
||||||
return ls;
|
return ls;
|
||||||
#else
|
#else
|
||||||
return (void*)(uint32_t)ea;
|
return (void*)(uint32_t)ea;
|
||||||
|
|||||||
Reference in New Issue
Block a user