Changeset 5531 in vbox for trunk/src/VBox/Runtime/common/time
- Timestamp:
- Oct 27, 2007 1:03:07 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 25752
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/time/timesupA.mac
r5489 r5531 67 67 ; 68 68 %ifdef IMPORTED_SUPLIB 69 %ifdef IN_RING0 70 mov esi, IMP(g_SUPGlobalInfoPage) 71 %else 69 72 mov esi, IMP(g_pSUPGlobalInfoPage) 70 73 mov esi, [esi] 74 %endif 71 75 %else 72 76 mov esi, [NAME(g_pSUPGlobalInfoPage)]
Note:
See TracChangeset
for help on using the changeset viewer.