From: Henrik Gramner Date: Sun, 11 Oct 2015 20:31:53 +0000 (+0200) Subject: x86inc: Be more verbose in assertion failures X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=93cba743c78959ad97812dbaf894903c608912d0;p=x264 x86inc: Be more verbose in assertion failures --- diff --git a/common/x86/x86inc.asm b/common/x86/x86inc.asm index c703e29b..a157f991 100644 --- a/common/x86/x86inc.asm +++ b/common/x86/x86inc.asm @@ -283,7 +283,7 @@ DECLARE_REG_TMP_SIZE 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14 %macro ASSERT 1 %if (%1) == 0 - %error assert failed + %error assertion ``%1'' failed %endif %endmacro