phase12: final tree cleanup -- worklist regeneration and a worker WIP file removal
This commit is contained in:
@@ -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,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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user