mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-25 15:52:01 -07:00
(gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
This commit is contained in:
parent
79fc530ea7
commit
4f7cb96d12
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ int gdb_use_union = 1;
|
|||
#endif
|
||||
EMACS_INT gdb_valbits = VALBITS;
|
||||
EMACS_INT gdb_gctypebits = GCTYPEBITS;
|
||||
#ifdef DATA_SEG_BITS
|
||||
#if defined (DATA_SEG_BITS) && ! defined (USE_LSB_TAG)
|
||||
EMACS_INT gdb_data_seg_bits = DATA_SEG_BITS;
|
||||
#else
|
||||
EMACS_INT gdb_data_seg_bits = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue