Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Gramner <henrik@gramner.com>2015-10-11 23:31:53 +0300
committerHenrik Gramner <henrik@gramner.com>2016-01-22 01:19:46 +0300
commit6cbd0fdf2859ce1c65a6d79de473922dce95d11a (patch)
treea86be908d106ef951b8a6edad3599fe4af73e0e9 /libavutil/x86
parenta2e1b66460794fe99caceb46790bab6e175c9d30 (diff)
x86inc: Be more verbose in assertion failures
Diffstat (limited to 'libavutil/x86')
-rw-r--r--libavutil/x86/x86inc.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/x86/x86inc.asm b/libavutil/x86/x86inc.asm
index 69ec57ddc5..5bc5c46b12 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