diff options
author | Iru Cai <mytbk920423@gmail.com> | 2020-12-25 16:27:20 +0800 |
---|---|---|
committer | Iru Cai <mytbk920423@gmail.com> | 2020-12-25 16:27:20 +0800 |
commit | 571c7ab110a80efe33dcf33ad4406f6db5f6fda8 (patch) | |
tree | 4f2ede121a122811c00dd42095ed2351283215ce | |
parent | cba0b115a0414443f284c43c25c7d5b65ae76757 (diff) | |
download | broadwell-refcode-571c7ab110a80efe33dcf33ad4406f6db5f6fda8.tar.xz |
rename
-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 |