From 6f76e13c6d74f1d80af1f04a7cff389700b3afd5 Mon Sep 17 00:00:00 2001 From: EnderIce2 Date: Wed, 13 Mar 2024 18:46:59 +0200 Subject: [PATCH] Rename TPL to TPR in used.cpp --- core/panic/user.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/panic/user.cpp b/core/panic/user.cpp index f27ffd5..798ed87 100644 --- a/core/panic/user.cpp +++ b/core/panic/user.cpp @@ -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)