Increase MAX_REGISTER_SIZE to 32.
2010-02-03 H.J. Lu <hongjiu.lu@intel.com> * defs.h (MAX_REGISTER_SIZE): Increase to 32.
This commit is contained in:
parent
f3d55a94f3
commit
be52b7566d
@ -1,3 +1,7 @@
|
||||
2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* defs.h (MAX_REGISTER_SIZE): Increase to 32.
|
||||
|
||||
2010-02-02 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* valops.c (value_cast_structs): Try downcasting using the RTTI
|
||||
|
@ -1023,7 +1023,7 @@ extern void *alloca ();
|
||||
/* Maximum size of a register. Something small, but large enough for
|
||||
all known ISAs. If it turns out to be too small, make it bigger. */
|
||||
|
||||
enum { MAX_REGISTER_SIZE = 16 };
|
||||
enum { MAX_REGISTER_SIZE = 32 };
|
||||
|
||||
/* Static target-system-dependent parameters for GDB. */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user