CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/10/01 11:42:16
Modified files:
sys/arch/arm64/include: endian.h
Log message:
Use inline functions instead of GNU C statement expressions for the MD
byteswapping code.
ok guenther@ kettenis@
This fixes a corner case triggered by the comms/hylafax port where
htons() can't be compiled in C++ code:
"Don't know how to handle indirect register inputs yet for constraint 'r'"
