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

*** 43,52 **** --- 43,55 ---- # include "thread_solaris.inline.hpp" #endif #ifdef TARGET_OS_FAMILY_windows # include "thread_windows.inline.hpp" #endif + #ifdef TARGET_OS_FAMILY_bsd + # include "thread_bsd.inline.hpp" + #endif // Implementation of InterpreterMacroAssembler #ifdef CC_INTERP

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