The GNU assembler does not understand 1ULL, so replace the constant
authorbluhm <bluhm@openbsd.org>
Thu, 22 Feb 2018 20:18:59 +0000 (20:18 +0000)
committerbluhm <bluhm@openbsd.org>
Thu, 22 Feb 2018 20:18:59 +0000 (20:18 +0000)
commit2b23a462c5b2aa05e14d0941ed4d5ca4a2bd681b
treeaa8dc41b8a9d349007654ca95936707e68c695e0
parent7354c7d3238328634846135743c552a745f74416
The GNU assembler does not understand 1ULL, so replace the constant
with 1.  Then it compiles with gcc, sign and size do not matter
here.
OK mlarkin@
sys/arch/amd64/include/specialreg.h