Drew T
dfaec94e51
fix(main): declare the 3 return-type-flip fns s32, not void — byte-neutral, unblocks their drafts
...
src/800.c declares func_8002A544/func_8002A2D4/func_8002A7B4 as `extern void f(s32)`, but each
body genuinely materializes a value in $v0 on both exits (asm-proven). Under a true void signature
gcc-2.7.2 dead-codes exactly those materializations, so the byte-correct s32 body can never compile
in this TU — cookbook §43's 'return-type flip pair', which §183 records as TU-edit-required.
All three call sites discard the result (`func_8002A544(0x32);` as a bare statement), so widening
the declaration cannot change a caller. NEGATIVE CONTROL, run twice: with the edit applied and NO
draft substituted, main still builds 143dbb89f34491258bbc27810d0a12ec8b43a8dd, identical to
config/check.us.sha. The edit is byte-neutral by measurement, not by argument.
Committing it SEPARATELY because gate_main snapshots and restores the TU between passes: an
uncommitted edit is reverted before the gate ever sees it (measured — the first attempt banked 4 of
7 and left all three of these as stubs).
Note for the record: the S66 overlay reconcile lane proved this class also has DRAFT-ONLY escapes
that need no TU edit at all — §202's asm-label alias (`s32 aF800CCBC0(void) __asm__("func_800CCBC0")`,
used byte-proven on func_800CCBC0 and func_800D30D0) and a new register-$2 + input-barrier + shared
goto-exit lever (func_800D2A24). Those are the smaller blast radius and should be preferred where
the TU is shared; this edit is kept because it is proven neutral and these three drafts already
exist in s32 form.
2026-08-30 22:49:42 -06:00
..
2026-08-30 09:50:49 -06:00
2026-08-30 17:06:05 -06:00
2026-08-25 15:42:21 -06:00
2026-08-26 14:55:49 -06:00
2026-08-30 20:32:26 -06:00
2026-08-29 16:36:54 -06:00
2026-08-30 09:50:49 -06:00
2026-08-30 22:36:48 -06:00
2026-08-27 14:03:01 -06:00
2026-08-29 16:41:34 -06:00
2026-08-26 18:31:10 -06:00
2026-08-30 09:50:49 -06:00
2026-08-29 12:53:28 -06:00
2026-08-25 17:49:27 -06:00
2026-08-30 09:50:49 -06:00
2026-08-25 12:13:33 -06:00
2026-08-27 16:02:23 -06:00
2026-08-30 14:49:09 -06:00
2026-08-29 16:41:34 -06:00
2026-08-30 09:50:49 -06:00
2026-08-30 18:33:06 -06:00
2026-08-29 16:36:54 -06:00
2026-08-25 23:48:21 -06:00
2026-08-30 17:06:05 -06:00
2026-08-30 14:27:23 -06:00
2026-08-29 11:35:54 -06:00
2026-08-29 16:41:34 -06:00
2026-08-30 17:06:05 -06:00
2026-08-30 20:32:26 -06:00
2026-08-30 09:50:49 -06:00
2026-08-30 17:06:05 -06:00
2026-08-30 14:49:09 -06:00
2026-08-30 09:50:49 -06:00
2026-08-25 11:30:00 -06:00
2026-08-30 09:50:49 -06:00
2026-08-30 22:36:48 -06:00
2026-08-30 14:27:23 -06:00
2026-08-30 09:50:49 -06:00
2026-08-30 09:50:49 -06:00
2026-08-25 23:48:21 -06:00
2026-08-30 09:50:49 -06:00
2026-08-25 13:07:12 -06:00
2026-08-30 09:50:49 -06:00
2026-08-26 15:02:09 -06:00
2026-08-26 03:17:43 -06:00
2026-08-25 11:00:28 -06:00
2026-08-26 03:17:43 -06:00
2026-08-30 09:50:49 -06:00
2026-08-30 09:50:49 -06:00
2026-08-26 00:34:15 -06:00
2026-08-26 15:02:09 -06:00
2026-08-26 03:17:43 -06:00
2026-08-30 09:50:49 -06:00
2026-08-26 03:17:43 -06:00
2026-08-26 03:17:43 -06:00
2026-08-30 09:50:49 -06:00
2026-08-30 09:50:49 -06:00
2026-08-26 15:02:09 -06:00
2026-08-26 03:17:43 -06:00
2026-08-30 09:50:49 -06:00
2026-08-26 03:17:43 -06:00
2026-08-30 09:50:49 -06:00
2026-08-30 09:50:49 -06:00
2026-08-30 09:50:49 -06:00
2026-08-26 15:02:09 -06:00
2026-08-26 03:17:43 -06:00
2026-08-30 09:50:49 -06:00
2026-08-26 00:34:15 -06:00
2026-08-30 14:49:09 -06:00
2026-08-30 22:36:48 -06:00
2026-08-30 20:32:26 -06:00
2026-08-30 14:27:23 -06:00
2026-08-30 20:32:26 -06:00
2026-08-29 15:50:03 -06:00
2026-08-29 19:37:12 -06:00
2026-08-29 19:55:31 -06:00
2026-08-29 17:43:02 -06:00
2026-08-30 17:06:05 -06:00
2026-08-30 09:50:49 -06:00
2026-08-30 09:50:49 -06:00
2026-08-30 20:32:26 -06:00
2026-08-30 14:49:09 -06:00
2026-08-29 19:44:51 -06:00
2026-08-29 19:55:31 -06:00
2026-08-30 14:27:23 -06:00
2026-08-30 20:32:26 -06:00
2026-08-30 20:32:26 -06:00
2026-08-29 19:37:12 -06:00
2026-08-30 11:15:07 -06:00
2026-08-30 20:32:26 -06:00
2026-08-30 22:01:59 -06:00
2026-08-30 09:50:49 -06:00
2026-08-30 18:33:06 -06:00
2026-08-29 18:57:37 -06:00
2026-08-30 18:33:06 -06:00
2026-08-30 15:54:09 -06:00
2026-08-30 21:55:32 -06:00
2026-08-30 14:27:23 -06:00
2026-08-29 18:08:25 -06:00
2026-08-30 22:15:26 -06:00
2026-08-30 10:37:22 -06:00
2026-08-29 18:13:33 -06:00
2026-08-30 18:33:06 -06:00
2026-08-30 09:50:49 -06:00
2026-08-30 09:50:49 -06:00
2026-08-30 09:50:49 -06:00
2026-08-30 09:50:49 -06:00
2026-08-30 10:37:22 -06:00
2026-08-30 18:33:06 -06:00
2026-08-30 18:37:38 -06:00
2026-08-29 18:57:37 -06:00
2026-08-30 21:54:28 -06:00
2026-08-30 20:32:26 -06:00
2026-08-30 14:49:09 -06:00
2026-08-30 14:49:09 -06:00
2026-08-29 18:27:07 -06:00
2026-08-30 09:50:49 -06:00
2026-08-30 14:27:23 -06:00
2026-08-30 14:27:23 -06:00
2026-08-30 11:15:07 -06:00
2026-08-30 09:50:49 -06:00
2026-08-29 18:43:08 -06:00
2026-08-29 18:57:37 -06:00
2026-08-30 09:50:49 -06:00
2026-08-30 09:50:49 -06:00
2026-08-30 14:49:09 -06:00
2026-08-29 17:29:20 -06:00
2026-08-29 18:57:37 -06:00
2026-08-30 11:15:07 -06:00
2026-08-30 11:15:07 -06:00
2026-08-30 11:15:07 -06:00
2026-08-29 18:57:37 -06:00
2026-08-30 21:39:13 -06:00
2026-08-30 22:03:25 -06:00
2026-08-30 14:27:23 -06:00
2026-08-30 11:21:43 -06:00
2026-08-30 21:51:18 -06:00
2026-08-30 09:50:49 -06:00
2026-08-30 09:50:49 -06:00
2026-08-30 17:06:05 -06:00
2026-08-30 09:50:49 -06:00
2026-08-29 18:57:37 -06:00
2026-08-30 09:50:49 -06:00
2026-08-30 22:04:56 -06:00
2026-08-30 10:15:04 -06:00
2026-08-30 14:49:09 -06:00
2026-08-30 09:50:49 -06:00
2026-08-30 21:56:49 -06:00
2026-08-30 09:50:49 -06:00
2026-08-29 18:43:08 -06:00
2026-08-29 18:43:08 -06:00
2026-08-30 14:49:09 -06:00
2026-08-30 17:06:05 -06:00
2026-08-30 15:54:09 -06:00
2026-08-30 09:50:49 -06:00
2026-08-29 18:43:08 -06:00
2026-08-30 10:15:04 -06:00
2026-08-30 14:27:23 -06:00
2026-08-30 09:50:49 -06:00
2026-08-29 18:57:37 -06:00
2026-08-30 21:41:13 -06:00
2026-08-30 11:15:07 -06:00
2026-08-30 10:37:22 -06:00
2026-08-30 14:27:23 -06:00
2026-08-30 18:37:38 -06:00
2026-08-30 18:33:06 -06:00
2026-08-29 18:57:37 -06:00
2026-08-29 18:43:08 -06:00
2026-08-30 09:50:49 -06:00
2026-08-30 10:15:04 -06:00
2026-08-30 09:50:49 -06:00
2026-08-30 09:50:49 -06:00
2026-08-30 11:15:07 -06:00
2026-08-30 18:33:06 -06:00
2026-08-29 18:57:37 -06:00
2026-08-30 10:15:04 -06:00
2026-08-30 20:32:26 -06:00
2026-08-30 09:50:49 -06:00
2026-08-30 22:00:27 -06:00
2026-08-30 09:50:49 -06:00
2026-08-30 18:37:38 -06:00
2026-08-30 09:50:49 -06:00
2026-08-29 18:43:08 -06:00
2026-08-30 10:37:22 -06:00
2026-08-29 20:09:04 -06:00
2026-08-29 20:09:04 -06:00
2026-08-29 12:53:28 -06:00
2026-08-30 09:50:49 -06:00
2026-08-29 18:43:08 -06:00
2026-08-30 17:06:05 -06:00
2026-08-29 18:43:08 -06:00
2026-08-30 20:32:26 -06:00
2026-08-30 09:50:49 -06:00
2026-08-30 09:50:49 -06:00
2026-08-30 21:44:49 -06:00
2026-08-30 21:46:12 -06:00
2026-08-30 21:58:55 -06:00
2026-08-30 09:50:49 -06:00
2026-08-30 20:32:26 -06:00
2026-08-30 15:54:09 -06:00
2026-08-30 09:50:49 -06:00
2026-08-30 22:36:48 -06:00
2026-08-30 14:27:23 -06:00
2026-08-30 10:37:22 -06:00
2026-08-30 14:49:09 -06:00
2026-08-29 17:36:04 -06:00
2026-08-30 20:32:26 -06:00
2026-08-30 09:50:49 -06:00
2026-08-30 21:50:06 -06:00
2026-08-29 17:39:39 -06:00
2026-08-30 18:33:06 -06:00
2026-08-29 17:33:18 -06:00
2026-08-30 22:49:42 -06:00
2026-08-25 02:08:23 -06:00
2026-08-25 05:26:57 -06:00
2026-08-25 07:38:49 -06:00
2026-08-26 11:13:57 -06:00
2026-08-26 12:01:09 -06:00
2026-08-25 03:41:43 -06:00
2026-08-30 21:26:52 -06:00
2026-08-25 00:18:52 -06:00
2026-08-30 21:27:19 -06:00
2026-08-26 11:13:57 -06:00
2026-08-30 21:27:19 -06:00
2026-08-30 21:27:06 -06:00
2026-08-30 21:26:52 -06:00
2026-08-25 07:01:31 -06:00
2026-08-25 05:58:48 -06:00
2026-08-25 05:58:48 -06:00
2026-08-25 00:59:27 -06:00
2026-08-25 07:01:31 -06:00
2026-08-26 11:13:57 -06:00
2026-08-26 08:26:19 -06:00
2026-08-26 03:41:57 -06:00
2026-08-30 21:27:06 -06:00
2026-08-26 08:26:19 -06:00
2026-08-30 21:27:06 -06:00
2026-08-26 08:14:02 -06:00
2026-08-26 08:44:23 -06:00
2026-08-25 05:26:57 -06:00