Rename TPL to TPR in used.cpp

This commit is contained in:
EnderIce2
2024-03-13 18:46:59 +02:00
parent 7d1041a3bd
commit 6f76e13c6d

View File

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