mem64_t replaced

Added conversion from vm::var to vm::ptr of the same type.
This commit is contained in:
Nekotekina 2014-09-01 02:58:08 +04:00
parent 0d94c78e63
commit 0b5ef1d8f9
22 changed files with 177 additions and 169 deletions

View file

@ -769,7 +769,6 @@ public:
};
typedef mem_t<u32, u32> mem32_t;
typedef mem_t<u64, u32> mem64_t;
#include "vm.h"