2003-12-11 Ulrich Weigand <uweigand@de.ibm.com>

* db_info.c (REGISTER): Add bit size of thread register as second
	parameter to REGISTER macro.
This commit is contained in:
Roland McGrath 2004-01-06 10:30:50 +00:00
parent e1238dc989
commit 387533915f
1 changed files with 2 additions and 2 deletions

View File

@ -93,8 +93,8 @@ DESC (_thread_db_pthread_dtvp,
# define REGISTER_THREAD_AREA(bits, regofs, scale) \
DB_DEFINE_DESC (_thread_db_register##bits##_thread_area, \
bits, (scale), (regofs));
# define REGISTER(bits, regofs, bias) \
DB_DEFINE_DESC (_thread_db_register##bits, bits, (uint32_t)(bias), (regofs));
# define REGISTER(bits, size, regofs, bias) \
DB_DEFINE_DESC (_thread_db_register##bits, size, (uint32_t)(bias), (regofs));
DB_THREAD_SELF
#endif