Changeset 14721
- Timestamp:
- 11/27/08 17:34:10 (1 month ago)
- Files:
-
- trunk/src/VBox/VMM/VMMR0/VMMR0A.asm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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

