ENSURES usage removed

This commit is contained in:
Nekotekina 2016-08-14 22:41:01 +03:00
parent b0f5796c90
commit 1f3433464c
9 changed files with 17 additions and 24 deletions

View file

@ -662,7 +662,7 @@ std::string FragmentProgramDecompiler::Decompile()
if (dst.end) break;
ENSURES(m_offset % sizeof(u32) == 0);
verify(HERE), m_offset % sizeof(u32) == 0;
data += m_offset / sizeof(u32);
}