提交 81cdd5ae 编写于 作者: O openharmony_ci 提交者: Gitee

!13 FreeBSD的宏BUG()与Linux的行为不一致

Merge pull request !13 from Far/master
......@@ -139,7 +139,7 @@ extern "C" {
#endif
#define BUG() do { \
diag_printf("BUG() at %s %d\n", __FUNCTION__, __LINE__); \
panic("BUG() at %s %d\n", __FUNCTION__, __LINE__); \
} while (0)
#define BUG_ON(condition) do { \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册