Put the label at the same place as i386 for compatibility.
This commit is contained in:
parent
e82a5f198f
commit
c4e7b7e2e0
@ -66,6 +66,11 @@
|
||||
#define LABELOFFSET 64
|
||||
#endif
|
||||
|
||||
#ifdef __ia64__
|
||||
#define LABELSECTOR 1 /* sector containing label */
|
||||
#define LABELOFFSET 0 /* offset of label in sector */
|
||||
#endif
|
||||
|
||||
#ifndef LABELSECTOR
|
||||
#define LABELSECTOR 0 /* sector containing label */
|
||||
#endif
|
||||
|
@ -66,6 +66,11 @@
|
||||
#define LABELOFFSET 64
|
||||
#endif
|
||||
|
||||
#ifdef __ia64__
|
||||
#define LABELSECTOR 1 /* sector containing label */
|
||||
#define LABELOFFSET 0 /* offset of label in sector */
|
||||
#endif
|
||||
|
||||
#ifndef LABELSECTOR
|
||||
#define LABELSECTOR 0 /* sector containing label */
|
||||
#endif
|
||||
|
@ -66,6 +66,11 @@
|
||||
#define LABELOFFSET 64
|
||||
#endif
|
||||
|
||||
#ifdef __ia64__
|
||||
#define LABELSECTOR 1 /* sector containing label */
|
||||
#define LABELOFFSET 0 /* offset of label in sector */
|
||||
#endif
|
||||
|
||||
#ifndef LABELSECTOR
|
||||
#define LABELSECTOR 0 /* sector containing label */
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user