Changeset 108314 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Feb 20, 2025 3:48:40 PM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 167658
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllStub.cpp
r108313 r108314 1 1 /* $Id$ */ 2 2 /** @file 3 * IEM - Interpreted Execution Manager, ARMv8 specific things. 3 * IEM - Interpreted Execution Manager, dummy IEM stub functions. 4 * 5 * This is for use during porting to a new host as well as when IEM isn't 6 * required for some reason. 4 7 */ 5 8 … … 30 33 * Header Files * 31 34 *********************************************************************************************************************************/ 32 #define LOG_GROUP LOG_GROUP_ EM35 #define LOG_GROUP LOG_GROUP_IEM 33 36 #include <VBox/vmm/iem.h> 34 #include <VBox/vmm/cpum.h>35 #include <VBox/vmm/dbgf.h>36 #include <VBox/vmm/mm.h>37 #include "IEMInternal-armv8.h"38 #include <VBox/vmm/vm.h>39 #include <VBox/vmm/vmapi.h>40 37 41 38 #include <iprt/assert.h> 42 39 #include <iprt/errcore.h> 43 #include <iprt/getopt.h>44 40 #include <iprt/string.h> 45 41 … … 134 130 return VERR_NOT_IMPLEMENTED; 135 131 } 132
Note:
See TracChangeset
for help on using the changeset viewer.