GRUB_FILE implementation
This commit is contained in:
parent
660960d697
commit
2d2a9cd5b6
9 changed files with 29 additions and 16 deletions
|
@ -62,7 +62,7 @@
|
|||
|
||||
static grub_dl_t my_mod;
|
||||
|
||||
#define assert(boolean) real_assert (boolean, __FILE__, __LINE__)
|
||||
#define assert(boolean) real_assert (boolean, GRUB_FILE, __LINE__)
|
||||
static inline void
|
||||
real_assert (int boolean, const char *file, const int line)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue