- 時間撮記:
- 2016-3-18 上午12:07:33 (9 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-c16-Trap16Generic.asm
r60002 r60088 664 664 mov [ss:bx + BS3TRAPFRAME.Ctx + BS3REGCTX.rip], cx 665 665 mov [bp + 2], cx ; For better call stacks. 666 mov cx, [e ax+ X86TSS16.cs]666 mov cx, [es:di + X86TSS16.cs] 667 667 mov [ss:bx + BS3TRAPFRAME.Ctx + BS3REGCTX.cs], cx 668 mov cx, [e ax+ X86TSS16.ds]668 mov cx, [es:di + X86TSS16.ds] 669 669 mov [ss:bx + BS3TRAPFRAME.Ctx + BS3REGCTX.ds], cx 670 mov cx, [e ax+ X86TSS16.es]670 mov cx, [es:di + X86TSS16.es] 671 671 mov [ss:bx + BS3TRAPFRAME.Ctx + BS3REGCTX.es], cx 672 mov cx, [e ax+ X86TSS16.ss]672 mov cx, [es:di + X86TSS16.ss] 673 673 mov [ss:bx + BS3TRAPFRAME.Ctx + BS3REGCTX.ss], cx 674 mov cx, [e ax+ X86TSS16.selLdt] ; Note! This isn't necessarily the ldtr at the time of the fault.674 mov cx, [es:di + X86TSS16.selLdt] ; Note! This isn't necessarily the ldtr at the time of the fault. 675 675 mov [ss:bx + BS3TRAPFRAME.Ctx + BS3REGCTX.ldtr], cx 676 676
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器