1#if defined(_MSC_VER) && (_MSC_VER <= 1200)
2 #pragma warning(disable:4514)
3 #pragma warning(disable:4786)
7#include "../../include.mie/mie_thread.h"
20 void (*
set()
const)(
int x) {
return (
void (*)(
int x))
getCode(); }
33class Test :
public MIE::ThreadBase<Test> {
50 printf(
"mm0 has changed!\n");
66 int n = atoi(argc == 1 ?
"1223" :
argv[1]);
73 }
catch (std::exception& e) {
74 printf(
"ERR:%s\n", e.what());
76 printf(
"unknown error\n");
void(*)(int x) set() const
const uint8 * getCode() const
void movd(const Address &addr, const Mmx &mmx)
void mov(const Operand ®1, const Operand ®2)
Xbyak ; JIT assembler for x86(IA32)/x64 by C++.