CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2018/02/22 13:18:59
Modified files: sys/arch/amd64/include: specialreg.h Log message: 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@