CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2009/08/28 07:04:40
Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Use fixed labels rather than generating them using defines. This allows the code to be compiled without -traditional-cpp (and is arguably easier to read). ok kettenis@ jsg@