diff options
author | Henrik Gramner <henrik@gramner.com> | 2016-01-18 00:21:45 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-01-23 20:30:07 +0100 |
commit | f60f06d9894b06d5371729c84f8fd7219909e2bf (patch) | |
tree | d1196c19cd98df5c9c1e6a1966383828d6dd8a21 /libavutil | |
parent | 7adcd4e841f351aad6c902a08e13d51f7137ad6e (diff) | |
download | ffmpeg-f60f06d9894b06d5371729c84f8fd7219909e2bf.tar.gz |
x86inc: Be more verbose in assertion failures
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/x86/x86inc.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/x86/x86inc.asm b/libavutil/x86/x86inc.asm index afcd6b84ac..dabb6cc15c 100644 --- a/libavutil/x86/x86inc.asm +++ b/libavutil/x86/x86inc.asm @@ -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 %if (%1) == 0 - %error assert failed + %error assertion ``%1'' failed %endif %endmacro |