mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-26 15:26:43 +00:00
Set I_NETHANDLER using DefinePrint.
This commit is contained in:
parent
7d98abadaf
commit
262bd0249e
1 changed files with 1 additions and 3 deletions
|
@ -38,8 +38,6 @@
|
|||
#define I_NETHANDLER I_USER + 4
|
||||
*/
|
||||
|
||||
I64 I_NETHANDLER = IntEntryAlloc;
|
||||
// TODO: needed across NetHandler & NetQueue,
|
||||
// need a dynamic #define.. (I64 allows trashing)
|
||||
DefinePrint("I_NETHANDLER", "%d", IntEntryAlloc);
|
||||
|
||||
#define INT_DEST_CPU 0
|
||||
|
|
Loading…
Reference in a new issue