src/cpu/x86/vm/bytes_x86.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/cpu/x86/vm/bytes_x86.hpp	Tue Sep 13 12:17:53 2011
--- new/src/cpu/x86/vm/bytes_x86.hpp	Tue Sep 13 12:17:53 2011

*** 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