mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-07 06:58:15 +01:00
Remove <cassert>
This commit is contained in:
parent
192a0029be
commit
2d6a86e43c
6 changed files with 7 additions and 8 deletions
|
|
@ -45,7 +45,7 @@ struct Thumb32Matcher {
|
|||
* @param instruction The instruction to decode.
|
||||
*/
|
||||
CallRetT call(Visitor& v, u32 instruction) const {
|
||||
assert(Matches(instruction));
|
||||
ASSERT(Matches(instruction));
|
||||
return fn(v, instruction);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue