dynarmic: Another "Temporary until MCL is fully removed"
Some checks failed
eden-license / license-header (pull_request) Failing after 21s
Some checks failed
eden-license / license-header (pull_request) Failing after 21s
Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
This commit is contained in:
parent
36e9666292
commit
3ed52f2ae8
1 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,12 @@ template<typename... Ts>
|
|||
} \
|
||||
}())
|
||||
#endif
|
||||
#ifndef ASSERT_FALSE
|
||||
#define ASSERT_FALSE(...) \
|
||||
([&]() { \
|
||||
assert_terminate("false", __VA_ARGS__); \
|
||||
}())
|
||||
#endif
|
||||
|
||||
#ifndef ASSERT
|
||||
#define ASSERT(_a_) ASSERT_MSG(_a_, "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue