mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-03 11:29:21 +00:00
Rename TPL to TPR in used.cpp
This commit is contained in:
@ -109,7 +109,7 @@ nsa void dbgPrint(CPU::ExceptionFrame *Frame)
|
||||
#endif
|
||||
|
||||
#if defined(a86)
|
||||
debug("CR8: TPL:%d", cr8.TPL);
|
||||
debug("CR8: TPR:%d", cr8.TPR);
|
||||
#endif // defined(a86)
|
||||
|
||||
#if defined(a64)
|
||||
|
Reference in New Issue
Block a user