Changeset 32220 in vbox for trunk/src/VBox
- Timestamp:
- Sep 2, 2010 6:27:25 PM (14 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/ldrELFCommon.h
r32219 r32220 307 307 #endif 308 308 309 /* VirtualBox specific NOTE sections (added by Ramshankar */309 /* VirtualBox specific NOTE sections (added by Ramshankar) */ 310 310 #ifdef VBOX 311 311 #define NT_VBOXCPU 0xace -
trunk/src/VBox/VMM/DBGFCoreWrite.cpp
r32219 r32220 82 82 { 83 83 Elf64_Nhdr Hdr; /* 64-bit NOTE Header */ 84 char achName[8]; /* Name of NOTE section */84 char achName[8]; /* Name of NOTE section */ 85 85 } ELFNOTEHDR; 86 86
Note:
See TracChangeset
for help on using the changeset viewer.