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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user