You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The converter converts equal_slices() to equalSlices(), but it causes the error "undefined symbol equalSlices"
I searched in common.tolk - asm "SDEQ" and found isSliceBitsEqual()
I understand that it should be used instead of equalSlices()?
Конвертер преобразовывает equal_slices() в equalSlices(), но это вызывает ошибку "undefined symbol equalSlices"
Поискал в common.tolk - asm "SDEQ" и нашёл isSliceBitsEqual()
Я так понимаю надо использовать его вместо equalSlices()?
The text was updated successfully, but these errors were encountered:
The converter converts equal_slices() to equalSlices(), but it causes the error "undefined symbol
equalSlices
"I searched in common.tolk - asm "SDEQ" and found isSliceBitsEqual()
I understand that it should be used instead of equalSlices()?
Конвертер преобразовывает equal_slices() в equalSlices(), но это вызывает ошибку "undefined symbol
equalSlices
"Поискал в common.tolk - asm "SDEQ" и нашёл isSliceBitsEqual()
Я так понимаю надо использовать его вместо equalSlices()?
The text was updated successfully, but these errors were encountered: