mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-26 19:36:28 +00:00
[COFF] Clarify a comment. NFC.
It's the __delayLoadHelper2 function that overwrites the jump table slot, not this thunk. llvm-svn: 367674
This commit is contained in:
parent
5f0077d238
commit
397a516a52
@ -188,7 +188,7 @@ public:
|
||||
|
||||
// Initial contents for delay-loaded functions.
|
||||
// This code calls __delayLoadHelper2 function to resolve a symbol
|
||||
// and then overwrites its jump table slot with the result
|
||||
// which then overwrites its jump table slot with the result
|
||||
// for subsequent function calls.
|
||||
static const uint8_t thunkX64[] = {
|
||||
0x48, 0x8D, 0x05, 0, 0, 0, 0, // lea rax, [__imp_<FUNCNAME>]
|
||||
|
Loading…
x
Reference in New Issue
Block a user