kern: cleanup KThread, optimize/normalize KThreadQueue/KWaitObject

This commit is contained in:
Michael Scire
2020-12-01 15:19:29 -08:00
parent a4c4cf22c9
commit 72671d39ab
10 changed files with 58 additions and 168 deletions

View File

@@ -31,7 +31,7 @@ namespace ams::svc {
struct DebugInfoCreateThread {
u64 thread_id;
u64 tls_address;
u64 entrypoint;
/* Removed in 11.0.0 u64 entrypoint; */
};
struct DebugInfoExitProcess {