Changeset 315 for trunk/openjdk/hotspot/src/share
- Timestamp:
- Feb 15, 2012, 5:20:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/hotspot/src/share/vm/utilities/globalDefinitions.hpp
r309 r315 240 240 inline address_word castable_address(void* x) { return address_word(x) ; } 241 241 242 #ifdef __EMX__242 #ifdef TARGET_COMPILER_gcc 243 243 // GCC 4.4.4 forbids implicit cast from function pointers to void* 244 244 template <class T>
Note:
See TracChangeset
for help on using the changeset viewer.