comparison frbl/reconst/serial.c @ 330:30cbf540e045

frbl/reconst/serial.c: 0x126 static function reconstructed
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 07 Mar 2020 00:54:28 +0000
parents 63d3afd14523
children 8fb86f7b4395
comparison
equal deleted inserted replaced
329:63d3afd14523 330:30cbf540e045
86 retval = 0; 86 retval = 0;
87 } 87 }
88 } 88 }
89 return retval; 89 return retval;
90 } 90 }
91
92 static SYS_UWORD32
93 static_func_0x126(SYS_UWORD8 arg1, SYS_UWORD32 *arg2)
94 {
95 SYS_UWORD32 retval = 1;
96
97 if (arg1 == S0_expect[bss_8]) {
98 bss_8++;
99 if (bss_8 == 7) {
100 bss_0xc = 1;
101 bss_4 = 1;
102 }
103 } else {
104 *arg2 = 1;
105 bss_0xc = 1;
106 retval = 0;
107 }
108 return retval;
109 }