mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
target/avr: Remove NUMBER_OF_IO_REGISTERS
This define is no longer used. Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
204a7bd856
commit
ba675861ea
1 changed files with 0 additions and 2 deletions
|
@ -45,8 +45,6 @@
|
|||
|
||||
/* Number of CPU registers */
|
||||
#define NUMBER_OF_CPU_REGISTERS 32
|
||||
/* Number of IO registers accessible by ld/st/in/out */
|
||||
#define NUMBER_OF_IO_REGISTERS 64
|
||||
|
||||
/* CPU registers mapped into i/o ports 0x38-0x3f. */
|
||||
#define REG_38_RAMPD 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue