Ilya V. Matveychikov 65f88eb284 eal: update assertion macro
Update RTE_VERIFY macro to make it possible to use complex expressions
in RTE_ASSERT.

Now it’s possible to have % char inside the expression, for example:
RTE_ASSERT((sizeof(some_struct) % 64) == 0)

Before the patch, “%" sign acts like a conversion specification
beginning character.

Fixes: 148f963fb532 ("xen: core library changes")

Signed-off-by: Ilya V. Matveychikov <matvejchikov@gmail.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
2017-12-22 00:25:13 +00:00
..
2017-11-13 06:26:17 +01:00
2017-07-16 17:30:06 +02:00
2017-06-14 23:54:13 +02:00
2017-10-06 20:39:07 +02:00
2017-12-22 00:25:13 +00:00
2017-07-20 00:40:28 +03:00
2017-11-13 06:26:17 +01:00
2015-03-10 12:17:31 +01:00
2015-06-12 11:10:10 +02:00
2014-06-11 00:29:34 +02:00
2017-11-13 06:26:17 +01:00
2015-06-23 23:31:15 +02:00
2015-06-23 23:31:15 +02:00
2014-11-25 13:16:24 +01:00
2017-11-11 15:54:16 +01:00
2014-09-29 15:04:55 +02:00
2017-06-14 23:54:13 +02:00
2017-11-23 23:33:52 +01:00