diff options
Diffstat (limited to 'gdb/features/i386/32bit-mpx.xml')
-rw-r--r-- | gdb/features/i386/32bit-mpx.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/features/i386/32bit-mpx.xml b/gdb/features/i386/32bit-mpx.xml index b1c0615..8d319cf 100644 --- a/gdb/features/i386/32bit-mpx.xml +++ b/gdb/features/i386/32bit-mpx.xml @@ -25,8 +25,10 @@ <struct id="_bndcfgu" size="8"> <field name="base" start="12" end="31" /> <field name="reserved" start="2" end="11"/> - <field name="preserved" start="1" end="1"/> - <field name="enabled" start="0" end="1"/> + <!-- Explicitly set the type here, otherwise it defaults to bool. + Perhaps this should be uint32, but the container type has size 8. --> + <field name="preserved" start="1" end="1" type="uint64"/> + <field name="enabled" start="0" end="0" type="uint64"/> </struct> <union id="cfgu"> |