Changeset 12120 in vbox for trunk/src/VBox
- Timestamp:
- Sep 5, 2008 9:39:55 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 36064
- Location:
- trunk/src/VBox/Runtime/win/amd64
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/win/amd64/ASMGetDR0.asm
r8255 r12120 46 46 47 47 48 BEGINPROC_EXPORTED ASMSetDR0 49 mov dr0, rcx 50 ret 51 ENDPROC ASMSetDR0 -
trunk/src/VBox/Runtime/win/amd64/ASMGetDR1.asm
r8255 r12120 45 45 46 46 47 BEGINPROC_EXPORTED ASMSetDR1 48 mov dr1, rcx 49 ret 50 ENDPROC ASMSetDR1 -
trunk/src/VBox/Runtime/win/amd64/ASMGetDR2.asm
r8255 r12120 46 46 47 47 48 BEGINPROC_EXPORTED ASMSetDR2 49 mov dr2, rcx 50 ret 51 ENDPROC ASMSetDR2 -
trunk/src/VBox/Runtime/win/amd64/ASMGetDR3.asm
r8255 r12120 46 46 47 47 48 BEGINPROC_EXPORTED ASMSetDR3 49 mov dr3, rcx 50 ret 51 ENDPROC ASMSetDR3 -
trunk/src/VBox/Runtime/win/amd64/ASMGetDR6.asm
r8255 r12120 45 45 46 46 47 BEGINPROC_EXPORTED ASMSetDR6 48 mov dr6, rcx 49 ret 50 ENDPROC ASMSetDR6 -
trunk/src/VBox/Runtime/win/amd64/ASMGetDR7.asm
r8255 r12120 44 44 ENDPROC ASMGetDR7 45 45 46 BEGINPROC_EXPORTED ASMSetDR7 47 mov dr7, rcx 48 ret 49 ENDPROC ASMSetDR7
Note:
See TracChangeset
for help on using the changeset viewer.