diff options
-rw-r--r-- | broadwell_refcode_librem.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/broadwell_refcode_librem.asm b/broadwell_refcode_librem.asm index 5732735..2b1cd73 100644 --- a/broadwell_refcode_librem.asm +++ b/broadwell_refcode_librem.asm @@ -22726,7 +22726,7 @@ pop esi pop ebp ret -fcn_0000e26b: ; not directly referenced +pch_dump_usb_config: ; not directly referenced push ebp mov ebp, esp push esi @@ -23095,7 +23095,7 @@ pop esi pop ebp ret -fcn_0000e5b2: ; not directly referenced +pch_dump_usb3_config: ; not directly referenced push ebp mov ebp, esp push esi @@ -26805,10 +26805,10 @@ mov dword [esp], eax call fcn_0000ec4f ; call 0xec4f lea eax, [ebx + 0x284] mov dword [esp], eax -call fcn_0000e26b ; call 0xe26b +call pch_dump_usb_config ; call 0xe26b lea eax, [ebx + 0x57c] mov dword [esp], eax -call fcn_0000e5b2 ; call 0xe5b2 +call pch_dump_usb3_config ; call 0xe5b2 lea eax, [ebx + 0x35c] mov dword [esp], eax call fcn_0000f334 ; call 0xf334 |