Changeset 65507 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-instr-2-template.mac
- Timestamp:
- Jan 29, 2017 5:32:33 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-instr-2-template.mac
r62455 r65507 83 83 BS3_PROC_END_CMN bs3CpuInstr2_idiv_xBX_ud2 84 84 85 86 %if TMPL_BITS == 64 87 BS3_PROC_BEGIN_CMN bs3CpuInstr2_cmpxchg16b_rdi_ud2, BS3_PBC_NEAR 88 cmpxchg16b [rdi] 89 .again: 90 ud2 91 jmp .again 92 AssertCompile(.again - BS3_LAST_LABEL == 4) 93 BS3_PROC_END_CMN bs3CpuInstr2_cmpxchg16b_rdi_ud2 94 95 96 BS3_PROC_BEGIN_CMN bs3CpuInstr2_lock_cmpxchg16b_rdi_ud2, BS3_PBC_NEAR 97 lock cmpxchg16b [rdi] 98 .again: 99 ud2 100 jmp .again 101 AssertCompile(.again - BS3_LAST_LABEL == 5) 102 BS3_PROC_END_CMN bs3CpuInstr2_lock_cmpxchg16b_rdi_ud2 103 %endif ; TMPL_BITS == 64 104 105 85 106 %endif ; BS3_INSTANTIATING_CMN 86 107
Note:
See TracChangeset
for help on using the changeset viewer.