VirtualBox

Changeset 8569 in vbox for trunk/src/VBox/Runtime/r0drv


Ignore:
Timestamp:
May 5, 2008 12:32:51 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
30484
Message:

AssertBreak -> AssertBreakStmt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c

    r8245 r8569  
    10591059#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 0) || defined(HAVE_26_STYLE_REMAP_PAGE_RANGE)
    10601060                    struct vm_area_struct *vma = find_vma(pTask->mm, ulAddrCur); /* this is probably the same for all the pages... */
    1061                     AssertBreak(vma, rc = VERR_INTERNAL_ERROR);
     1061                    AssertBreakStmt(vma, rc = VERR_INTERNAL_ERROR);
    10621062#endif
    10631063
     
    10911091#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 0) || defined(HAVE_26_STYLE_REMAP_PAGE_RANGE)
    10921092                        struct vm_area_struct *vma = find_vma(pTask->mm, ulAddrCur); /* this is probably the same for all the pages... */
    1093                         AssertBreak(vma, rc = VERR_INTERNAL_ERROR);
     1093                        AssertBreakStmt(vma, rc = VERR_INTERNAL_ERROR);
    10941094#endif
    10951095
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