VirtualBox

Changeset 14721

Show
Ignore:
Timestamp:
11/27/08 17:34:10 (1 month ago)
Author:
vboxsync
Message:

VMMR0A.asm: win.x86 linker warning.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/VMM/VMMR0/VMMR0A.asm

    r14672 r14721  
    2929 
    3030%ifdef RT_ARCH_X86      ; The other architecture(s) use(s) C99 variadict macros. 
    31 extern IMPNAME(RTLogLogger) 
     31extern NAME(RTLogLogger) 
    3232%endif 
    3333 
     
    523523%ifdef RT_ARCH_X86      ; The other architecture(s) use(s) C99 variadict macros. 
    524524    push    0                           ; assumes we're the wrapper for a default instance. 
    525     call    IMP(RTLogLogger) 
     525    call    NAME(RTLogLogger) 
    526526    add     esp, byte 4 
    527527    ret 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy