diff options
Diffstat (limited to 'g12b/amlddr.fw.c')
-rw-r--r-- | g12b/amlddr.fw.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/g12b/amlddr.fw.c b/g12b/amlddr.fw.c index 7ef1da5..5837052 100644 --- a/g12b/amlddr.fw.c +++ b/g12b/amlddr.fw.c @@ -46,7 +46,7 @@ undefined4 FUN_fffd0110(void) void FUN_fffd0120(void) { - /* WARNING: Do nothing block with infinite loop */ + /* WARNING: Do nothing block with infinite loop */ do { } while( true ); } @@ -412,7 +412,7 @@ LAB_fffd07c4: /* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ -undefined4 FUN_fffd0828(char param_1,long param_2) +undefined4 main(char param_1,long param_2) { byte bVar1; @@ -2979,7 +2979,7 @@ void FUN_fffd4dc0(long param_1) if (*(byte *)(param_1 + 0x205) < 10) { serial_puts(s__soc_vref_reg_value_0x_fffdb1b0 + 3); } - iVar1 = FUN_fffd0828(*(undefined *)(param_1 + 0x205)); + iVar1 = main(*(undefined *)(param_1 + 0x205)); if (iVar1 == 0) { _DAT_fe1a0132 = 1; _DAT_fe1a0000 = 0; |