Changeset 106740 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Oct 28, 2024 10:26:13 AM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 165624
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/Makefile.kmk
r106727 r106740 728 728 729 729 # Set up the dependencies. 730 $(VBoxVMM_0_OUTDIR)/VMMAll/IEMAllN8veHlpA-arm64.o: 730 $(VBoxVMM_0_OUTDIR)/VMMAll/IEMAllN8veHlpA-arm64.o: $(VBoxVMM_0_OUTDIR)/CommonGenIncs/IEMAssemblyOffsets.h 731 731 $(VBoxVMM_0_OUTDIR)/VMMAll/IEMAllN8veHlpA-arm64.obj: $(VBoxVMM_0_OUTDIR)/CommonGenIncs/IEMAssemblyOffsets.h 732 732 endif -
trunk/src/VBox/VMM/VMMAll/IEMAllN8veExecMem.cpp
r106724 r106740 1364 1364 # elif defined(RT_ARCH_ARM64) 1365 1365 /* 1366 * The ARM64 unwind codes. 1367 * 1368 * See https://learn.microsoft.com/en-us/cpp/build/arm64-exception-handling?view=msvc-170 1366 * The ARM64 unwind codes. 1367 * 1368 * See https://learn.microsoft.com/en-us/cpp/build/arm64-exception-handling?view=msvc-170 1369 1369 */ 1370 1370 static const uint8_t s_abOpcodes[] = -
trunk/src/VBox/VMM/pdbutil-to-offsets.sed
r106725 r106740 3 3 # For defining member offsets for selected struct so the ARM64 assembler can use them. 4 4 # 5 # This script uses the 'pretty' command in the llvm-pdbutil.exe utility to do 5 # This script uses the 'pretty' command in the llvm-pdbutil.exe utility to do 6 6 # the dumping from IEMAllN8veRecompiler-obj.pdb. The script ASSUMES a specific 7 7 # output format and indentation system to work.
Note:
See TracChangeset
for help on using the changeset viewer.