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

Unified Diff: tests/exception_test/exception_test.c

Issue 9316125: Adding untrusted crash dump / stack trace tests. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: taking out of irt tests Created 8 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 side-by-side diff with in-line comments
Download patch
Index: tests/exception_test/exception_test.c
diff --git a/tests/exception_test/exception_test.c b/tests/exception_test/exception_test.c
index 8e13d366d99d6b4c6003feca84afd486264b882f..f705ce1416ee7b3cfccc2274508a61406ea42a3c 100644
--- a/tests/exception_test/exception_test.c
+++ b/tests/exception_test/exception_test.c
@@ -302,6 +302,7 @@ uint32_t saved_ebp;
void ebp_exception_handler_wrapper(int prog_ctr, int stack_ptr);
asm(".pushsection .text, \"ax\", @progbits\n"
+ ".p2align NACLENTRYALIGN\n"
Mark Seaborn 2012/02/13 19:04:08 If you could split this out into a separate change
bradn 2012/02/13 23:42:03 Done.
"ebp_exception_handler_wrapper:\n"
"mov %ebp, saved_ebp\n"
"jmp ebp_exception_handler\n"

Powered by Google App Engine
This is Rietveld 408576698