Add some comments

This commit is contained in:
Tor Lillqvist 2011-08-13 22:46:45 +03:00
parent 5df66895d7
commit 2ba07916ff

View file

@ -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;