New upstream version 16.11.5
[deb_dpdk.git] / lib / librte_eal / common / include / rte_debug.h
index cab6fb4..ec1dce0 100644 (file)
@@ -86,7 +86,7 @@ void rte_dump_registers(void);
 #endif
 #define        RTE_VERIFY(exp) do {                                                  \
        if (unlikely(!(exp)))                                                           \
-               rte_panic("line %d\tassert \"" #exp "\" failed\n", __LINE__); \
+               rte_panic("line %d\tassert \"%s\" failed\n", __LINE__, #exp); \
 } while (0)
 
 /*