comparison src/cpu/x86/vm/interp_masm_x86_64.cpp @ 3960:f08d439fab8c

7089790: integrate bsd-port changes Reviewed-by: kvn, twisti, jrose Contributed-by: Kurt Miller <kurt@intricatesoftware.com>, Greg Lewis <glewis@eyesbeyond.com>, Jung-uk Kim <jkim@freebsd.org>, Christos Zoulas <christos@zoulas.com>, Landon Fuller <landonf@plausible.coop>, The FreeBSD Foundation <board@freebsdfoundation.org>, Michael Franz <mvfranz@gmail.com>, Roger Hoover <rhoover@apple.com>, Alexander Strange <astrange@apple.com>
author never
date Sun, 25 Sep 2011 16:03:29 -0700
parents fdb992d83a87
children 0e1f15ec0e94 1d7922586cf6
comparison
equal deleted inserted replaced
3959:eda6988c0d81 3960:f08d439fab8c
43 # include "thread_solaris.inline.hpp" 43 # include "thread_solaris.inline.hpp"
44 #endif 44 #endif
45 #ifdef TARGET_OS_FAMILY_windows 45 #ifdef TARGET_OS_FAMILY_windows
46 # include "thread_windows.inline.hpp" 46 # include "thread_windows.inline.hpp"
47 #endif 47 #endif
48 #ifdef TARGET_OS_FAMILY_bsd
49 # include "thread_bsd.inline.hpp"
50 #endif
48 51
49 52
50 // Implementation of InterpreterMacroAssembler 53 // Implementation of InterpreterMacroAssembler
51 54
52 #ifdef CC_INTERP 55 #ifdef CC_INTERP