- Timestamp:
- Apr 12, 2024 10:00:09 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllN8veHlpA.asm
r104329 r104330 74 74 75 75 %ifdef IEMNATIVE_WITH_RECOMPILER_PROLOGUE_SINGLETON 76 ALIGNCODE(64) ; Make sure the whole prolog is within a single cache line.77 76 78 77 ;; … … 88 87 ; iemExecMemAllocatorInitAndRegisterUnwindInfoForChunk()! 89 88 ; 89 ALIGNCODE(64) ; Make sure the whole prolog is within a single cache line. 90 90 BEGINPROC iemNativeTbEntry 91 91 push rbp … … 150 150 ; it ourselves, I think. 151 151 ; 152 ALIGNCODE(16) 152 153 BEGINPROC iemNativeTbLongJmp 153 154 %ifdef ASM_CALL64_MSC … … 188 189 ; so the impact of inserting LogCpuState is minimal to the other TB code. 189 190 ; 191 ALIGNCODE(16) 190 192 BEGINPROC iemNativeHlpAsmSafeWrapLogCpuState 191 193 push xBP … … 251 253 ; so the impact of inserting CheckTlbLookup is minimal to the other TB code. 252 254 ; 255 ALIGNCODE(16) 253 256 BEGINPROC iemNativeHlpAsmSafeWrapCheckTlbLookup 254 257 push xBP
Note:
See TracChangeset
for help on using the changeset viewer.