Chromium Code Reviews| Index: tests/barebones/barebones_stack_alignment16.c |
| diff --git a/tests/barebones/barebones_stack_alignment16.c b/tests/barebones/barebones_stack_alignment16.c |
| index 9bb168f40a17763e4bce421b434bb1d455d08667..8ba61185ae530be0d552cc40d17fa3c54e2543e1 100644 |
| --- a/tests/barebones/barebones_stack_alignment16.c |
| +++ b/tests/barebones/barebones_stack_alignment16.c |
| @@ -8,7 +8,7 @@ |
| int main(void) { |
| - NACL_SYSCALL(exit)(55 + ((int)__builtin_dwarf_cfa() & 15)); |
| + NACL_SYSCALL(exit)(55 + ((int)__builtin_dwarf_cfa() & NACL_STACK_ALIGN_MASK)); |
|
Mark Seaborn
2013/02/13 22:14:09
This test is bizarre. I'm not sure what it's supp
petarj
2013/03/05 17:50:04
Ok, I will remove it in a separate change.
|
| /* UNREACHABLE */ |
| return 0; |
| } |