phase12: final tree cleanup -- worklist regeneration and a worker WIP file removal

This commit is contained in:
Christopher Williams
2026-09-24 19:37:55 -04:00
parent 603e221156
commit ae49fc4528
2 changed files with 2 additions and 28 deletions
+2 -2
View File
@@ -991,7 +991,7 @@
984 0x801007E0 0x80100808 40 fallthrough 3 frame 1 - 1
#
# listed=984
# excluded_already_registered=660
# excluded_already_registered=691
# excluded_bad_extent_start=8
# excluded_degenerate_body=252
# excluded_delay_slot_start=5
@@ -1000,6 +1000,6 @@
# excluded_low_confidence_grade=90
# excluded_named_exclusion=9
# excluded_no_extent=0
# excluded_recorded_negative=136
# excluded_recorded_negative=105
# excluded_restores_unsaved=11
# excluded_trapping_arith=48
1 # Syphon Filter 3 (USA) match worklist.
991 984
992 #
993 # listed=984
994 # excluded_already_registered=660 # excluded_already_registered=691
995 # excluded_bad_extent_start=8
996 # excluded_degenerate_body=252
997 # excluded_delay_slot_start=5
1000 # excluded_low_confidence_grade=90
1001 # excluded_named_exclusion=9
1002 # excluded_no_extent=0
1003 # excluded_recorded_negative=136 # excluded_recorded_negative=105
1004 # excluded_restores_unsaved=11
1005 # excluded_trapping_arith=48
-26
View File
@@ -1,26 +0,0 @@
typedef struct {
int f0;
short f4;
short f6;
short f8;
char pad0[2];
char f12;
char f13;
char pad1[2];
} Rec_801488A0;
extern Rec_801488A0 D_801488A0[3];
void func_80090990(void)
{
int i;
for (i = 0; i < 3; i++) {
D_801488A0[i].f0 = -1;
D_801488A0[i].f8 = -1;
D_801488A0[i].f4 = -1;
D_801488A0[i].f6 = -1;
D_801488A0[i].f12 = 255;
D_801488A0[i].f13 = 80;
}
}