src/cpu/zero/vm/bytes_zero.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 7089790_headers_only Cdiff src/cpu/zero/vm/bytes_zero.hpp

src/cpu/zero/vm/bytes_zero.hpp

Print this page
rev 2694 : imported patch headers_only

*** 166,174 **** --- 166,177 ---- // The following header contains the implementations of swap_u2, // swap_u4, and swap_u8 #ifdef TARGET_OS_ARCH_linux_zero # include "bytes_linux_zero.inline.hpp" #endif + #ifdef TARGET_OS_ARCH_bsd_zero + # include "bytes_bsd_zero.inline.hpp" + #endif #endif // VM_LITTLE_ENDIAN #endif // CPU_ZERO_VM_BYTES_ZERO_HPP
src/cpu/zero/vm/bytes_zero.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File