x86inc: Be more verbose in assertion failures

This commit is contained in:
Henrik Gramner 2015-10-11 22:31:53 +02:00
parent a2e1b66460
commit 6cbd0fdf28
1 changed files with 1 additions and 1 deletions

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
%if (%1) == 0
%error assert failed
%error assertion ``%1'' failed
%endif
%endmacro