Fix miscellaneous minor things, by Andre Przywara.
[qemu] / aes.c
diff --git a/aes.c b/aes.c
index bb1e104..3700894 100644 (file)
--- a/aes.c
+++ b/aes.c
 #include "qemu-common.h"
 #include "aes.h"
 
+#ifndef NDEBUG
 #define NDEBUG
+#endif
+
 #include <assert.h>
 
 typedef uint32_t u32;