Changeset 14765 in vbox for trunk/src/VBox/VMM/VMMSwitcher
- Timestamp:
- Nov 28, 2008 9:41:48 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 40081
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMSwitcher/LegacyandAMD64.mac
r14764 r14765 24 24 ;* Defined Constants And Macros * 25 25 ;******************************************************************************* 26 ;; Prefix all names.27 %define NAME_OVERLOAD(name) vmmR3Switcher32BitToAMD64_ %+ name28 26 29 27 … … 553 551 ; 554 552 NAME(Description): 555 db "32-bits to/from AMD64", 0553 db SWITCHER_DESCRIPTION, 0 556 554 557 555 extern NAME(Relocate) … … 573 571 at VMMSWITCHERDEF.pszDesc, RTCCPTR_DEF NAME(Description) 574 572 at VMMSWITCHERDEF.pfnRelocate, RTCCPTR_DEF NAME(Relocate) 575 at VMMSWITCHERDEF.enmType, dd VMMSWITCHER_32_TO_AMD64573 at VMMSWITCHERDEF.enmType, dd SWITCHER_TYPE 576 574 at VMMSWITCHERDEF.cbCode, dd NAME(End) - NAME(Start) 577 575 at VMMSWITCHERDEF.offR0HostToGuest, dd NAME(vmmR0HostToGuest) - NAME(Start)
Note:
See TracChangeset
for help on using the changeset viewer.