1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

x86inc: Be more verbose in assertion failures

Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
Henrik Gramner
2016-01-18 00:21:45 +01:00
committed by Anton Khirnov
parent 7adcd4e841
commit f60f06d989

View File

@@ -295,7 +295,7 @@ DECLARE_REG_TMP_SIZE 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14
%macro ASSERT 1 %macro ASSERT 1
%if (%1) == 0 %if (%1) == 0
%error assert failed %error assertion ``%1'' failed
%endif %endif
%endmacro %endmacro