diff options
| author | Ajax <commial@gmail.com> | 2015-11-13 11:54:46 +0100 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2015-11-13 11:54:46 +0100 |
| commit | d6a6f4aaa661ee45232b9b985f7b59c516b8b6c4 (patch) | |
| tree | 81472efc2f767f9742f30b21aa024ecc39d87651 /miasm2/jitter/vm_mngr.h | |
| parent | e4627f5c4ea3e0f3e3555d7d72d7be0cfeefbf6e (diff) | |
| download | miasm-d6a6f4aaa661ee45232b9b985f7b59c516b8b6c4.tar.gz miasm-d6a6f4aaa661ee45232b9b985f7b59c516b8b6c4.zip | |
x86: >>>/<<< c_cf are no more needed: use c_rez with rotate-1
Diffstat (limited to 'miasm2/jitter/vm_mngr.h')
| -rw-r--r-- | miasm2/jitter/vm_mngr.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/miasm2/jitter/vm_mngr.h b/miasm2/jitter/vm_mngr.h index 8653dd55..f5895e12 100644 --- a/miasm2/jitter/vm_mngr.h +++ b/miasm2/jitter/vm_mngr.h @@ -206,8 +206,7 @@ unsigned int div_op(unsigned int size, unsigned int a, unsigned int b, unsigned unsigned int rem_op(unsigned int size, unsigned int a, unsigned int b, unsigned int c); uint64_t rot_left(uint64_t size, uint64_t a, uint64_t b); uint64_t rot_right(uint64_t size, uint64_t a, uint64_t b); -int rcl_rez_op(unsigned int size, unsigned int a, unsigned int b, unsigned int cf); -int rcl_cf_op(unsigned int size, unsigned int a, unsigned int b, unsigned int cf); +unsigned int rcl_rez_op(unsigned int size, unsigned int a, unsigned int b, unsigned int cf); #define UDIV(sizeA) \ |