Changeset 101913 in vbox for trunk/src/VBox
- Timestamp:
- Nov 7, 2023 1:45:38 AM (13 months ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp
r101912 r101913 2190 2190 2191 2191 /** Host CPU general purpose register names. */ 2192 const char * constg_apszIemNativeHstRegNames[] =2192 DECL_HIDDEN_CONST(const char * const) g_apszIemNativeHstRegNames[] = 2193 2193 { 2194 2194 #ifdef RT_ARCH_AMD64 -
trunk/src/VBox/VMM/include/IEMN8veRecompiler.h
r101911 r101913 770 770 DECL_HIDDEN_THROW(uint32_t) iemNativeEmitCheckCallRetAndPassUp(PIEMRECOMPILERSTATE pReNative, uint32_t off, uint8_t idxInstr); 771 771 772 extern DECL_HIDDEN_DATA(const char * const) g_apszIemNativeHstRegNames[]; 773 772 774 773 775 /**
Note:
See TracChangeset
for help on using the changeset viewer.