Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: sandbox/wow_helper/service64_resolver.cc

Issue 20026: Sandbox: Add support for Windows 7 - 64 bit.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« sandbox/src/service_resolver.cc ('K') | « sandbox/src/service_resolver.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« sandbox/src/service_resolver.cc ('K') | « sandbox/src/service_resolver.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698