@@ -4,3 +4,9 @@ struct sbiret {
long error;
long value;
};
#define PANIC(fmt, ...) \
do { \
printf("YOU GOT A PANIC ERROR: %s:%d: " fmt "\n", __FILE__, __LINE__, ##__VA_ARGS__); \
while (1) {} \
} while (0)
The note is not visible to the blocked user.