Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/include/istate.h

    rdc0b964 r598f90e  
    3737
    3838#ifdef KERNEL
    39 
    4039#include <typedefs.h>
    4140#include <trace.h>
    42 
    43 #else /* KERNEL */
    44 
     41#else
    4542#include <sys/types.h>
    46 
    4743#define NO_TRACE
    48 
    49 #endif /* KERNEL */
     44#endif
    5045
    5146typedef struct istate {
     
    8277NO_TRACE static inline int istate_from_uspace(istate_t *istate)
    8378{
    84         return !(istate->eip & UINT32_C(0x80000000));
     79        return !(istate->eip & 0x80000000);
    8580}
    8681
Note: See TracChangeset for help on using the changeset viewer.