mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-26 23:38:40 +00:00
Remove <cassert>
This commit is contained in:
@@ -47,7 +47,7 @@ struct ArmMatcher {
|
||||
* @param instruction The instruction to decode.
|
||||
*/
|
||||
CallRetT call(Visitor& v, u32 instruction) const {
|
||||
assert(Matches(instruction));
|
||||
ASSERT(Matches(instruction));
|
||||
return fn(v, instruction);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user