mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
Rename TPL to TPR in used.cpp
This commit is contained in:
parent
7d1041a3bd
commit
6f76e13c6d
@ -109,7 +109,7 @@ nsa void dbgPrint(CPU::ExceptionFrame *Frame)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(a86)
|
#if defined(a86)
|
||||||
debug("CR8: TPL:%d", cr8.TPL);
|
debug("CR8: TPR:%d", cr8.TPR);
|
||||||
#endif // defined(a86)
|
#endif // defined(a86)
|
||||||
|
|
||||||
#if defined(a64)
|
#if defined(a64)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user