forked from Imagelibrary/binutils-gdb
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:
@@ -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. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user