Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ipc/kbox.c

    r79ae36dd r228e490  
    3737#include <synch/mutex.h>
    3838#include <ipc/ipc.h>
    39 #include <ipc/ipc_methods.h>
    4039#include <ipc/ipcrsc.h>
    4140#include <arch.h>
     
    170169                switch (IPC_GET_IMETHOD(call->data)) {
    171170               
    172                 case IPC_M_DEBUG:
     171                case IPC_M_DEBUG_ALL:
    173172                        /* Handle debug call. */
    174173                        udebug_call_receive(call);
Note: See TracChangeset for help on using the changeset viewer.