Changeset 7f043c0 in mainline for kernel/arch/amd64/include/debugger.h


Ignore:
Timestamp:
2007-05-31T21:39:13Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7bb0c32
Parents:
d8431986
Message:

fix ICC compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/amd64/include/debugger.h

    rd8431986 r7f043c0  
    4949
    5050extern void debugger_init(void);
    51 extern int breakpoint_add(void * where, int flags, int curidx);
     51extern int breakpoint_add(const void *where, const int flags, int curidx);
    5252extern void breakpoint_del(int slot);
    5353
Note: See TracChangeset for help on using the changeset viewer.