amd64/linux*: add required header to get the constant value
Otherwise asm silently interpret it as the external global symbol. Reported by: bz Sponsored by: The FreeBSD Foundation Fixes: 91aae953cb80
This commit is contained in:
parent
724072ab1d
commit
a59f028537
@ -30,6 +30,7 @@
|
||||
|
||||
#include "linux_assym.h" /* system definitions */
|
||||
#include <machine/asmacros.h> /* miscellaneous asm macros */
|
||||
#include <machine/specialreg.h>
|
||||
|
||||
#include "assym.inc"
|
||||
|
||||
|
@ -30,6 +30,7 @@
|
||||
|
||||
#include "linux32_assym.h" /* system definitions */
|
||||
#include <machine/asmacros.h> /* miscellaneous asm macros */
|
||||
#include <machine/specialreg.h>
|
||||
|
||||
#include "assym.inc"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user