Changeset 95 for trunk/openjdk/hotspot/src/share/vm/utilities/macros.hpp
- Timestamp:
- Aug 9, 2010, 4:40:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/openjdk/hotspot/src/share/vm/utilities/macros.hpp ¶
r2 r95 149 149 #endif 150 150 151 #ifdef __OS2__ 152 #define OS2_ONLY(code) code 153 #define NOT_OS2(code) 154 #else 155 #define OS2_ONLY(code) 156 #define NOT_OS2(code) code 157 #endif 158 151 159 #if defined(IA32) || defined(AMD64) 152 160 #define X86
Note:
See TracChangeset
for help on using the changeset viewer.