changeset 10565 | dc90c239f4ec |
parent 7397 | 5b173b4ca846 |
child 40010 | e32d5e545789 |
--- a/hotspot/src/cpu/x86/vm/bytes_x86.hpp Tue Sep 20 23:50:16 2011 -0700 +++ b/hotspot/src/cpu/x86/vm/bytes_x86.hpp Sun Sep 25 16:03:29 2011 -0700 @@ -81,6 +81,9 @@ #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