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" |