Removed call to ExAllocatePool from CHECKPOINT1

svn path=/trunk/; revision=1740
This commit is contained in:
Phillip Susi 2001-03-28 03:06:55 +00:00
parent 09ad24f08c
commit b20a5f12ed

View file

@ -32,7 +32,7 @@
#endif
#define DPRINT1(args...) do { DbgPrint("(%s:%d) ",__FILE__,__LINE__); DbgPrint(args); ExAllocatePool(NonPagedPool,0); } while(0);
#define CHECKPOINT1 do { DbgPrint("%s:%d\n",__FILE__,__LINE__); ExAllocatePool(NonPagedPool,0); } while(0);
#define CHECKPOINT1 do { DbgPrint("%s:%d\n",__FILE__,__LINE__); } while(0);
extern unsigned int old_idt[256][2];
//extern unsigned int idt;