quote: use nasm_assert() instead of plain assert()
commit252c2db7d97ea1e45c3adccd3b44ceb4df5c07b5
authorH. Peter Anvin <hpa@zytor.com>
Wed, 15 Jul 2009 20:28:43 +0000 (15 16:28 -0400)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 15 Jul 2009 20:30:30 +0000 (15 16:30 -0400)
tree18d720cf7a39b5115b236d645433ded1480b529b
parent4d5029dd76423277ccf4fb2cdf7200968aef3a8b
quote: use nasm_assert() instead of plain assert()

We have nasm_assert() now, so use it...

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
quote.c