Kaydet (Commit) 2ba07916 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Add some comments

üst 5df66895
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment