]> gitweb.factorcode.org Git - factor.git/blob - vm/os-windows.64.hpp
Squashed commit of the following:
[factor.git] / vm / os-windows.64.hpp
1 namespace factor
2 {
3
4 #define ESP Rsp
5 #define EIP Rip
6
7 #define MXCSR(ctx) (ctx)->MxCsr
8
9 }