Changeset 89930 in vbox for trunk/src/VBox/ValidationKit/bootsectors
- Timestamp:
- Jun 28, 2021 2:12:57 PM (4 years ago)
- Location:
- trunk/src/VBox/ValidationKit/bootsectors/bs3kit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-RegSetCr0.asm
r82968 r89930 72 72 73 73 mov sSI, [xBP + xCB + cbCurRetAddr] 74 mov xAX, BS3_SYSCALL_SET_ DRX74 mov xAX, BS3_SYSCALL_SET_CRX 75 75 mov dl, 0 76 76 call Bs3Syscall -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TrapDefaultHandler.c
r82968 r89930 116 116 switch (pTrapFrame->Ctx.rdx.u8) 117 117 { 118 case 0: uValue = ASMGet DR0(); break;118 case 0: uValue = ASMGetCR0(); break; 119 119 case 2: uValue = ASMGetCR2(); break; 120 120 case 3: uValue = ASMGetCR3(); break;
Note:
See TracChangeset
for help on using the changeset viewer.