Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


cleaned up emulation interface
[palacios.git] / palacios / include / palacios / vmm_instr_emulator.h
index 132970b..6e382c6 100644 (file)
 
 
 #define MAKE_2OP_64STR_WINST(iname) static inline void iname##64(addr_t * dst, \
-                                                               addr_t * src, \
-                                                               addr_t * ecx, addr_t * flags) { \
+                                                                addr_t * src, \
+                                                                addr_t * ecx, addr_t * flags) { \
     /* Some of the flags values are not copied out in a pushf, we save them here */ \
     addr_t flags_rsvd = *flags & ~0xfffe7fff;                          \
                                                                        \