Skip to content

Commit f58e968

Browse files
committed
Fix inline assembly for armv7 target
This fix is based on ned14/outcome#308
1 parent ee19991 commit f58e968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/interprocess/interprocess_printers.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#pragma clang diagnostic push
1414
#pragma clang diagnostic ignored "-Woverlength-strings"
1515
#endif
16-
__asm__(".pushsection \".debug_gdb_scripts\", \"MS\",@progbits,1\n"
16+
__asm__(".pushsection \".debug_gdb_scripts\", \"MS\",%progbits,1\n"
1717
".ascii \"\\4gdb.inlined-script.BOOST_INTERPROCESS_INTERPROCESS_PRINTERS_HPP\\n\"\n"
1818
".ascii \"import gdb.printing\\n\"\n"
1919

0 commit comments

Comments
 (0)