* grub-core/lib/reed_solomon.c (scratch) [! STANDALONE]: Remove leftover
variable.
This commit is contained in:
parent
5b1bdf1231
commit
956384994b
2 changed files with 7 additions and 0 deletions
|
@ -60,7 +60,9 @@ typedef grub_uint16_t gf_double_t;
|
|||
static char *gf_invert __attribute__ ((section(".text"))) = (void *) 0x100000;
|
||||
static char *scratch __attribute__ ((section(".text"))) = (void *) 0x100100;
|
||||
#else
|
||||
#if defined (STANDALONE)
|
||||
static char *scratch;
|
||||
#endif
|
||||
static grub_uint8_t gf_invert[256];
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue