mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-23 03:53:43 +01:00
Improve comment.
(Logical change 1.290)
This commit is contained in:
parent
239ea4e7ea
commit
fbab73e7e6
1 changed files with 3 additions and 2 deletions
|
@ -26,8 +26,9 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
|||
#ifndef dwarf_config_h
|
||||
#define dwarf_config_h
|
||||
|
||||
/* This matches the value used by GCC, which leaves plenty of room for
|
||||
expansion. */
|
||||
/* This matches the value used by GCC (see
|
||||
gcc/config/i386.h:DWARF_FRAME_REGISTERS), which leaves plenty of
|
||||
room for expansion. */
|
||||
#define DWARF_NUM_PRESERVED_REGS 17
|
||||
|
||||
#define DWARF_REGNUM_MAP_LENGTH 19
|
||||
|
|
Loading…
Reference in a new issue