CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/02/24 00:08:21
Modified files:
sys/arch/arm/include: asm.h
sys/arch/arm64/include: asm.h
sys/arch/riscv64/include: asm.h
Log message:
Fix PIC_SYM() macro: it never needs to token paste, so it's not
dependent on __STDC__ and doesn't need the ## operator.
ok jsg@
