VirtualBox

忽略:
時間撮記:
2016-3-18 上午12:07:33 (9 年 以前)
作者:
vboxsync
訊息:

bs3kit: updates.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-c16-Trap16Generic.asm

    r60002 r60088  
    664664        mov     [ss:bx + BS3TRAPFRAME.Ctx + BS3REGCTX.rip], cx
    665665        mov     [bp + 2], cx            ; For better call stacks.
    666         mov     cx, [eax + X86TSS16.cs]
     666        mov     cx, [es:di + X86TSS16.cs]
    667667        mov     [ss:bx + BS3TRAPFRAME.Ctx + BS3REGCTX.cs], cx
    668         mov     cx, [eax + X86TSS16.ds]
     668        mov     cx, [es:di + X86TSS16.ds]
    669669        mov     [ss:bx + BS3TRAPFRAME.Ctx + BS3REGCTX.ds], cx
    670         mov     cx, [eax + X86TSS16.es]
     670        mov     cx, [es:di + X86TSS16.es]
    671671        mov     [ss:bx + BS3TRAPFRAME.Ctx + BS3REGCTX.es], cx
    672         mov     cx, [eax + X86TSS16.ss]
     672        mov     cx, [es:di + X86TSS16.ss]
    673673        mov     [ss:bx + BS3TRAPFRAME.Ctx + BS3REGCTX.ss], cx
    674         mov     cx, [eax + 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.
    675675        mov     [ss:bx + BS3TRAPFRAME.Ctx + BS3REGCTX.ldtr], cx
    676676
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette