One question about using VM markers in C++: this is being done with some inline asm, however as far as I know, Visual Studio 9 doesn't support inline asm on x64 architecture? And even if it does, I assume the asm bytes need to be something different?
So I guess my question is: how do I include the VM markers in a C++ x64 application?
