Add some comments
This commit is contained in:
parent
5df66895d7
commit
2ba07916ff
1 changed files with 3 additions and 0 deletions
|
@ -450,7 +450,10 @@ namespace
|
|||
|
||||
unsigned long * p = (unsigned long *)code;
|
||||
|
||||
// ARM (not thumb) mode instructions
|
||||
// mov ip, pc
|
||||
*p++ = 0xE1A0C00F;
|
||||
// ldr pc, [pc, #4]
|
||||
*p++ = 0xE59FF004;
|
||||
*p++ = (unsigned long)functionIndex;
|
||||
*p++ = (unsigned long)vtableOffset;
|
||||
|
|
Loading…
Reference in a new issue