- Timestamp:
- Mar 26, 2024 2:25:12 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-instr-2.c
r104000 r104061 127 127 BS3TESTMODEENTRY_CMN("shr", bs3CpuInstr2_shr), 128 128 BS3TESTMODEENTRY_CMN("sar", bs3CpuInstr2_sar), 129 # if 0/** @todo temporarily disabled till the flag handling in immediate variants have been solved on Intel. */ 129 130 BS3TESTMODEENTRY_CMN("rol", bs3CpuInstr2_rol), 130 131 BS3TESTMODEENTRY_CMN("ror", bs3CpuInstr2_ror), 132 # endif 131 133 BS3TESTMODEENTRY_CMN("rcl", bs3CpuInstr2_rcl), 132 134 BS3TESTMODEENTRY_CMN("rcr", bs3CpuInstr2_rcr),
Note:
See TracChangeset
for help on using the changeset viewer.