diff options
Diffstat (limited to 'libunwind/test/floatregister.pass.cpp')
| -rw-r--r-- | libunwind/test/floatregister.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libunwind/test/floatregister.pass.cpp b/libunwind/test/floatregister.pass.cpp index ce4481bdf828..018b792bd5f1 100644 --- a/libunwind/test/floatregister.pass.cpp +++ b/libunwind/test/floatregister.pass.cpp @@ -52,7 +52,7 @@ __attribute__((noinline)) void foo() { _Unwind_Backtrace(frame_handler, NULL); } -__attribute__((section("main_func"))) int main() { +__attribute__((section("main_func"))) int main(int, char **) { foo(); return -2; } |
