- Timestamp:
- Oct 11, 2013 2:24:24 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/ldr/ldrkStuff.cpp
r49044 r49045 109 109 case KERR_INVALID_HANDLE: return VERR_INVALID_HANDLE; 110 110 case KERR_NO_MEMORY: return VERR_NO_MEMORY; 111 111 case KLDR_ERR_CPU_ARCH_MISMATCH: return VERR_LDR_ARCH_MISMATCH; 112 112 113 113 case KLDR_ERR_UNKNOWN_FORMAT:
Note:
See TracChangeset
for help on using the changeset viewer.