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

Side by Side Diff: test/win/linker-flags/safeseh_zero64.asm

Issue 861273003: Reland "msvs/ninja win: Fix support for ImageHasSafeExceptionHandlers" (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Rebase Created 5 years, 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « test/win/linker-flags/safeseh.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 .MODEL FLAT, C
2 .CODE 1 .CODE
3 2
4 PUBLIC zero 3 PUBLIC zero
5 zero PROC 4 zero PROC
6 xor eax, eax 5 xor eax, eax
7 ret 0 6 ret 0
8 zero ENDP 7 zero ENDP
9 8
10 END 9 END
OLDNEW
« no previous file with comments | « test/win/linker-flags/safeseh.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698