mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-28 00:06:35 +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
|
#define I_NETHANDLER I_USER + 4
|
||||||
*/
|
*/
|
||||||
|
|
||||||
I64 I_NETHANDLER = IntEntryAlloc;
|
DefinePrint("I_NETHANDLER", "%d", IntEntryAlloc);
|
||||||
// TODO: needed across NetHandler & NetQueue,
|
|
||||||
// need a dynamic #define.. (I64 allows trashing)
|
|
||||||
|
|
||||||
#define INT_DEST_CPU 0
|
#define INT_DEST_CPU 0
|
||||||
|
|
Loading…
Reference in a new issue