factor/vm/os-windows.64.hpp

10 lines
88 B
C++

namespace factor
{
#define ESP Rsp
#define EIP Rip
#define MXCSR(ctx) (ctx)->MxCsr
}