Changeset 60206 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Mar 27, 2016 12:47:00 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-TrapSystemCallHandler.asm
r60202 r60206 505 505 mov ax, VAR_CALLER_BP 506 506 mov [ss:bx + BS3REGCTX.rbp], ax 507 mov ax, VAR_CALLER_DS 508 mov [ss:bx + BS3REGCTX.ds], ax 507 509 mov [ss:bx + BS3REGCTX.es], es 508 510 mov ax, [xBP + xCB] … … 604 606 mov xAX, VAR_CALLER_BP 605 607 mov [BS3_NOT_64BIT(ss:) xBX + BS3REGCTX.rbp], xAX 608 %if TMPL_BITS != 64 609 mov ax, VAR_CALLER_DS 610 mov [BS3_NOT_64BIT(ss:) xBX + BS3REGCTX.ds], ax 611 %else 612 mov [BS3_NOT_64BIT(ss:) xBX + BS3REGCTX.ds], ds 613 %endif 606 614 mov [BS3_NOT_64BIT(ss:) xBX + BS3REGCTX.es], es 607 615 mov [BS3_NOT_64BIT(ss:) xBX + BS3REGCTX.fs], fs
Note:
See TracChangeset
for help on using the changeset viewer.