forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/tools/virtio/ringtest/ptr_ring.c
....@@ -18,7 +18,6 @@
1818 #define ALIGN(x, a) (((x) + (a) - 1) / (a) * (a))
1919 #define SIZE_MAX (~(size_t)0)
2020 #define KMALLOC_MAX_SIZE SIZE_MAX
21
-#define BUG_ON(x) assert(x)
2221
2322 typedef pthread_spinlock_t spinlock_t;
2423