Changeset 14721 in vbox for trunk/src/VBox
- Timestamp:
- Nov 27, 2008 4:34:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0A.asm
r14672 r14721 29 29 30 30 %ifdef RT_ARCH_X86 ; The other architecture(s) use(s) C99 variadict macros. 31 extern IMPNAME(RTLogLogger)31 extern NAME(RTLogLogger) 32 32 %endif 33 33 … … 523 523 %ifdef RT_ARCH_X86 ; The other architecture(s) use(s) C99 variadict macros. 524 524 push 0 ; assumes we're the wrapper for a default instance. 525 call IMP(RTLogLogger)525 call NAME(RTLogLogger) 526 526 add esp, byte 4 527 527 ret
Note:
See TracChangeset
for help on using the changeset viewer.