2
0
mirror of https://github.com/boostorg/atomic.git synced 2026-01-27 18:52:09 +00:00

#9985. Added ebx saves and restores in asm blocks to avoid frame pointer clobbering, when frame pointer omission is disabled.

This commit is contained in:
Andrey Semashev
2014-05-17 21:58:59 +04:00
parent b80d0ebe36
commit 76b78f2491
3 changed files with 57 additions and 0 deletions

View File

@@ -57,6 +57,9 @@ int test_main(int, char *[])
test_struct_api<test_struct<boost::uint128_type> >();
#endif
// https://svn.boost.org/trac/boost/ticket/9985
test_struct_api<test_struct<double> >();
test_large_struct_api();
return 0;