1>FiFo.cpp
1>..\..\FiFo.cpp(56) : error C2664: 'void (u64 *)' : cannot convert parameter 1 from 'mem128_t *' to 'u64 *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
How to solve???
Thanks
1>..\..\FiFo.cpp(56) : error C2664: 'void (u64 *)' : cannot convert parameter 1 from 'mem128_t *' to 'u64 *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
How to solve???
Thanks