VirtualBox

Changeset 27616 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Mar 23, 2010 3:20:38 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
59165
Message:

iprt/cdefs.h: nop not nope. duh.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cdefs.h

    r27615 r27616  
    16701670# if defined(RT_ARCH_AMD64) || defined(RT_ARCH_X86)
    16711671#  if !defined(__L4ENV__)
    1672 #   define RT_BREAKPOINT()      __asm__ __volatile__("int $3\n\tnope\n\t")
     1672#   define RT_BREAKPOINT()      __asm__ __volatile__("int $3\n\tnop\n\t")
    16731673#  else
    16741674#   define RT_BREAKPOINT()      __asm__ __volatile__("int3; jmp 1f; 1:\n\t")
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette