src/cpu/x86/vm/bytes_x86.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 7089790_full Cdiff src/cpu/x86/vm/bytes_x86.hpp

src/cpu/x86/vm/bytes_x86.hpp

Print this page
rev 2694 : imported patch headers_only

*** 79,86 **** --- 79,89 ---- # include "bytes_solaris_x86.inline.hpp" #endif #ifdef TARGET_OS_ARCH_windows_x86 # include "bytes_windows_x86.inline.hpp" #endif + #ifdef TARGET_OS_ARCH_bsd_x86 + # include "bytes_bsd_x86.inline.hpp" + #endif #endif // CPU_X86_VM_BYTES_X86_HPP
src/cpu/x86/vm/bytes_x86.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File