Set I_NETHANDLER using DefinePrint.

This commit is contained in:
TomAwezome 2021-11-29 23:45:45 -05:00
parent 7d98abadaf
commit 262bd0249e

View file

@ -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