mirror of
https://github.com/boostorg/json.git
synced 2026-01-19 04:12:14 +00:00
Fix pretty printers integration for 32-bit ARM
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -27,7 +27,7 @@ _top = '''\
|
||||
#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"
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user