|
|
| version 1.8, 2004/01/23 16:32:36 | version 1.9, 2004/02/04 13:24:34 |
|---|---|
| Line 365 ea(DWORD eip, DWORD op) | Line 365 ea(DWORD eip, DWORD op) |
| int n; | int n; |
| int i; | int i; |
| ZeroMemory(count, sizeof(count)); | memset(count, 0, sizeof(count)); |
| if (rm == 5) { | if (rm == 5) { |
| DWORD sib; | DWORD sib; |