Skip to content

Commit

Permalink
Fix pretty printers integration for 32-bit ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
grisumbras committed Dec 26, 2024
1 parent 7f0bceb commit 57d42f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/boost/json/detail/gdb_printers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#endif

__asm__(
".pushsection \".debug_gdb_scripts\", \"MS\",@progbits,1\n"
".pushsection \".debug_gdb_scripts\", \"MS\",%progbits,1\n"
".ascii \"\\4gdb.inlined-script.BOOST_JSON_DETAIL_GDB_PRINTERS_HPP\\n\"\n"
".ascii \"import gdb\\n\"\n"
".ascii \"import gdb.printing\\n\"\n"
Expand Down
2 changes: 1 addition & 1 deletion pretty_printers/generate-gdb-header.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#endif
__asm__(
".pushsection \\\".debug_gdb_scripts\\\", \\\"MS\\\",@progbits,1\\n"
".pushsection \\\".debug_gdb_scripts\\\", \\\"MS\\\",%progbits,1\\n"
".ascii \\\"\\\\4gdb.inlined-script.{script_id}\\\\n\\\"\\n"
'''

Expand Down

0 comments on commit 57d42f0

Please sign in to comment.