src/cpu/x86/vm/vm_version_x86.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/cpu/x86/vm/vm_version_x86.cpp	Wed Sep 21 11:38:26 2011
--- new/src/cpu/x86/vm/vm_version_x86.cpp	Wed Sep 21 11:38:25 2011

*** 35,44 **** --- 35,47 ---- # include "os_solaris.inline.hpp" #endif #ifdef TARGET_OS_FAMILY_windows # include "os_windows.inline.hpp" #endif + #ifdef TARGET_OS_FAMILY_bsd + # include "os_bsd.inline.hpp" + #endif int VM_Version::_cpu; int VM_Version::_model; int VM_Version::_stepping;

src/cpu/x86/vm/vm_version_x86.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File