From 5ef179bb4ea0b7db27a2b40a2f1ffaf54566b7a2 Mon Sep 17 00:00:00 2001 From: ManDude <7569514+ManDude@users.noreply.github.com> Date: Sat, 9 Jan 2021 07:18:42 +0000 Subject: [PATCH] Update all-types.gc --- decompiler/config/all-types.gc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decompiler/config/all-types.gc b/decompiler/config/all-types.gc index cd95ff458b..2721eaabd8 100644 --- a/decompiler/config/all-types.gc +++ b/decompiler/config/all-types.gc @@ -265,7 +265,7 @@ (status basic :offset-assert #x24) (pid int32 :offset-assert #x28) (main-thread cpu-thread :offset-assert #x2c) - (top-thread thread :offset-assert #x30) + (top-thread cpu-thread :offset-assert #x30) (entity basic :offset-assert #x34) (state state :offset-assert #x38) (trans-hook function :offset-assert #x3c)