- Timestamp:
- Mar 28, 2024 12:16:26 AM (13 months ago)
- svn:sync-xref-src-repo-rev:
- 162501
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp
r104095 r104098 9166 9166 */ 9167 9167 DECL_HIDDEN_THROW(uint32_t) 9168 iemNativeEmitCallCommon(PIEMRECOMPILERSTATE pReNative, uint32_t off, uint8_t cArgs, uint8_t cHiddenArgs, bool fFlushPendingWrites /*= true*/) 9168 iemNativeEmitCallCommon(PIEMRECOMPILERSTATE pReNative, uint32_t off, uint8_t cArgs, uint8_t cHiddenArgs, 9169 bool fFlushPendingWrites /*= true*/) 9169 9170 { 9170 9171 #ifdef VBOX_STRICT … … 9185 9186 9186 9187 /* We don't know what the called function makes use of, so flush any pending register writes. */ 9188 RT_NOREF(fFlushPendingWrites); 9187 9189 #ifdef IEMNATIVE_WITH_DELAYED_REGISTER_WRITEBACK 9188 9190 if (fFlushPendingWrites)
Note:
See TracChangeset
for help on using the changeset viewer.