- Timestamp:
- Apr 12, 2024 11:38:33 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllN8veHlpA.asm
r104330 r104331 29 29 ;* Header Files * 30 30 ;********************************************************************************************************************************* 31 %define RT_ASM_WITH_SEH64 31 %define RT_ASM_WITH_SEH64_ALT ; yasm gets confused by alignment, so we cannot use RT_ASM_WITH_SEH64. sigh. 32 32 %include "VBox/asmdefs.mac" 33 33 … … 189 189 ; so the impact of inserting LogCpuState is minimal to the other TB code. 190 190 ; 191 ALIGNCODE( 16)191 ALIGNCODE(64) 192 192 BEGINPROC iemNativeHlpAsmSafeWrapLogCpuState 193 193 push xBP
Note:
See TracChangeset
for help on using the changeset viewer.