VirtualBox

Ignore:
Timestamp:
Jan 31, 2008 2:11:49 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
27726
Message:

Use the generic templates for building the OS/2 guest additions. Removed all the OS/2 specific targets and templates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/assert.cpp

    r5999 r6657  
    3838
    3939
    40 #ifdef IN_GUEST_R0
     40#if defined(IN_GUEST_R0) && (defined(RT_OS_LINUX) || defined(RT_OS_WINDOWS))
     41/*
     42 * This is legacy that should be eliminated. OS specific code deals with
     43 * R0 assertions now and it will do the backdoor printfs in addition to
     44 * proper OS specific printfs and panics / BSODs / IPEs.
     45 */
    4146#include <VBox/log.h>
    4247
     
    7580}
    7681
    77 #if defined(RT_OS_LINUX) && defined(IN_MODULE)
     82# if defined(RT_OS_LINUX) && defined(IN_MODULE)
    7883/*
    7984 * When we build this in the Linux kernel module, we wish to make the
    8085 * symbols available to other modules as well.
    8186 */
    82 # include "the-linux-kernel.h"
     87#  include "the-linux-kernel.h"
    8388EXPORT_SYMBOL(AssertMsg1);
    8489EXPORT_SYMBOL(AssertMsg2);
    85 #endif
     90# endif
    8691
    8792#elif defined(IN_RING0)
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