Changeset 315 for trunk/openjdk/hotspot/src/os/os2
- Timestamp:
- Feb 15, 2012, 5:20:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/hotspot/src/os/os2/vm/os_os2_init.cpp
r246 r315 33 33 34 34 #include <types.h> 35 #ifdef __EMX__35 #ifdef TARGET_COMPILER_gcc 36 36 #include <emx/startup.h> 37 37 #endif … … 58 58 switch (ulFlag) { 59 59 case 0 : 60 #ifdef __EMX__60 #ifdef TARGET_COMPILER_gcc 61 61 // initialize the C library 62 62 if (_CRT_init()) … … 85 85 UnregisterLxDll(dllHandle); 86 86 } 87 #ifdef __EMX__87 #ifdef TARGET_COMPILER_gcc 88 88 // destroy C++ statics 89 89 __ctordtorTerm();
Note:
See TracChangeset
for help on using the changeset viewer.