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
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

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