| Index: sandbox/wow_helper/service64_resolver.cc
|
| ===================================================================
|
| --- sandbox/wow_helper/service64_resolver.cc (revision 9097)
|
| +++ sandbox/wow_helper/service64_resolver.cc (working copy)
|
| @@ -266,9 +266,7 @@
|
| return false;
|
|
|
| if (kMmovR10EcxMovEax != function_code.mov_r10_ecx_mov_eax ||
|
| - kSyscall != function_code.syscall || kRetNp != function_code.ret ||
|
| - kPad != function_code.pad || kNop16 != function_code.xchg_ax_ax1 ||
|
| - kNop16 != function_code.xchg_ax_ax1)
|
| + kSyscall != function_code.syscall || kRetNp != function_code.ret)
|
| return false;
|
|
|
| // Save the verified code
|
|
|