ARM11: remove disabled register hooks
Minor cleanup of ARM11 register handling: remove disabled register hooks. This should all be handled by shared code, and this stuff is just clutter. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
@@ -37,12 +37,9 @@
|
||||
#define ZU "%Iu"
|
||||
#endif
|
||||
|
||||
#define ARM11_REGCACHE_MODEREGS 0
|
||||
#define ARM11_REGCACHE_FREGS 0
|
||||
|
||||
#define ARM11_REGCACHE_COUNT (20 + \
|
||||
23 * ARM11_REGCACHE_MODEREGS + \
|
||||
9 * ARM11_REGCACHE_FREGS)
|
||||
/* TEMPORARY -- till we switch to the shared infrastructure */
|
||||
#define ARM11_REGCACHE_COUNT 20
|
||||
|
||||
#define ARM11_TAP_DEFAULT TAP_INVALID
|
||||
|
||||
|
||||
Reference in New Issue
Block a user