summaryrefslogtreecommitdiff
path: root/AK/Assertions.cpp
AgeCommit message (Collapse)Author
2022-10-06AK: Print VERIFY() error messages in release buildsAndreas Kling
Until now, VERIFY() failures would just cause a __builtin_trap() in release builds, which made them a bit too harsh. This commit adds an out-of-line helper function that prints the error before trapping.