mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Removed call to ExAllocatePool from CHECKPOINT1
svn path=/trunk/; revision=1740
This commit is contained in:
parent
09ad24f08c
commit
b20a5f12ed
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define DPRINT1(args...) do { DbgPrint("(%s:%d) ",__FILE__,__LINE__); DbgPrint(args); ExAllocatePool(NonPagedPool,0); } while(0);
|
#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 old_idt[256][2];
|
||||||
//extern unsigned int idt;
|
//extern unsigned int idt;
|
||||||
|
|
Loading…
Reference in a new issue