Skip to content

Commit

Permalink
Merge pull request #246 from k3DW/inline-asm
Browse files Browse the repository at this point in the history
Fix inline assembly for armv7 target
  • Loading branch information
igaztanaga authored Dec 28, 2024
2 parents ee19991 + f58e968 commit 29cee9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/interprocess/interprocess_printers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Woverlength-strings"
#endif
__asm__(".pushsection \".debug_gdb_scripts\", \"MS\",@progbits,1\n"
__asm__(".pushsection \".debug_gdb_scripts\", \"MS\",%progbits,1\n"
".ascii \"\\4gdb.inlined-script.BOOST_INTERPROCESS_INTERPROCESS_PRINTERS_HPP\\n\"\n"
".ascii \"import gdb.printing\\n\"\n"

Expand Down

0 comments on commit 29cee9c

Please sign in to comment.