GRUB_FILE implementation
This commit is contained in:
parent
660960d697
commit
2d2a9cd5b6
9 changed files with 29 additions and 16 deletions
|
@ -59,7 +59,7 @@ typedef union {
|
|||
double g;
|
||||
} PROPERLY_ALIGNED_TYPE;
|
||||
|
||||
#define gcry_assert(x) grub_assert_real(__FILE__, __LINE__, x)
|
||||
#define gcry_assert(x) grub_assert_real(GRUB_FILE, __LINE__, x)
|
||||
|
||||
static inline void
|
||||
grub_assert_real (const char *file, int line, int cond)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue