VirtualBox

Changeset 8275

Show
Ignore:
Timestamp:
04/22/08 13:41:39 (9 months ago)
Author:
vboxsync
Message:

indent.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/iprt/asm.h

    r8264 r8275  
    16011601#  ifdef RT_ARCH_AMD64 
    16021602    __asm__ __volatile__("movq   %%dr6, %0\n\t" 
    1603              "movq   %1, %%dr6\n\t" 
    1604              : "=r" (uDR6) 
    1605              : "r" (uNewValue)); 
     1603                         "movq   %1, %%dr6\n\t" 
     1604                         : "=r" (uDR6) 
     1605                         : "r" (uNewValue)); 
    16061606#  else 
    16071607    __asm__ __volatile__("movl   %%dr6, %0\n\t" 
    1608              "movl   %1, %%dr6\n\t" 
    1609              : "=r" (uDR6) 
    1610              : "r" (uNewValue)); 
     1608                         "movl   %1, %%dr6\n\t" 
     1609                         : "=r" (uDR6) 
     1610                         : "r" (uNewValue)); 
    16111611#  endif 
    16121612# else 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy