[x264-devel] x86inc: Be more verbose in assertion failures

Henrik Gramner git at videolan.org
Sun Jan 17 22:17:53 CET 2016


x264 | branch: master | Henrik Gramner <henrik at gramner.com> | Sun Oct 11 22:31:53 2015 +0200| [93cba743c78959ad97812dbaf894903c608912d0] | committer: Henrik Gramner

x86inc: Be more verbose in assertion failures

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=93cba743c78959ad97812dbaf894903c608912d0
---

 common/x86/x86inc.asm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/x86/x86inc.asm b/common/x86/x86inc.asm
index c703e29..a157f99 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
 



More information about the x264-devel mailing list