CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/02/01 22:41:17
Modified files:
sys/arch/amd64/amd64: locore.S
Log message:
Work around a regression in llvm/clang-19 that miscalculates an expression
in a .space directive by hardcoding the current, correct value. Include a
long comment explaining how, if things change, the Makefile has a check to
prevent catch the incorrect layout and how to find the correct value to use.
Problem reported by tb@
