Changeset 313 for trunk/openjdk/hotspot/src/cpu
- Timestamp:
- Feb 15, 2012, 4:45:07 PM (14 years ago)
- Location:
- trunk/openjdk/hotspot/src/cpu/x86/vm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/hotspot/src/cpu/x86/vm/bytes_x86.hpp
r309 r313 80 80 #endif 81 81 #ifdef TARGET_OS_ARCH_windows_x86 82 # include "bytes_windows_x86.inline.hpp" 82 # ifdef TARGET_OS_FAMILY_os2 83 # include "bytes_os2_x86.inline.hpp" 84 # else 85 # include "bytes_windows_x86.inline.hpp" 86 # endif 83 87 #endif 84 88 -
trunk/openjdk/hotspot/src/cpu/x86/vm/copy_x86.hpp
r309 r313 36 36 #endif 37 37 #ifdef TARGET_OS_ARCH_windows_x86 38 # include "copy_windows_x86.inline.hpp" 38 # ifdef TARGET_OS_FAMILY_os2 39 # include "copy_os2_x86.inline.hpp" 40 # else 41 # include "copy_windows_x86.inline.hpp" 42 # endif 39 43 #endif 40 44
Note:
See TracChangeset
for help on using the changeset viewer.