Fix issues on ro implementation (#834)
* ro: Fixes some bugs * Fix critical overflow in random computation
This commit is contained in:
parent
3f3ae99a0f
commit
69329dc569
2 changed files with 8 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
enum ResultCode
|
||||
{
|
||||
ModuleId = 22,
|
||||
ErrorCodeShift = 22,
|
||||
ErrorCodeShift = 9,
|
||||
|
||||
Success = 0,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue