mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-30 23:35:00 +08:00
AVR: avr-passes.cc - Fix a build warning.
gcc/ * config/avr/avr-passes.cc (avr_split_fake_addressing_move): Fix a build warning.
This commit is contained in:
parent
ac4cdf5cb4
commit
5e41e8fd86
@ -1788,7 +1788,8 @@ avr_split_fake_addressing_move (rtx_insn * /*insn*/, rtx *xop)
|
||||
HOST_WIDE_INT add = 0, sub = 0;
|
||||
int msize = GET_MODE_SIZE (mode);
|
||||
|
||||
AVR_LdSt_Props ap { REGNO (base), store_p, volatile_p, ADDR_SPACE_GENERIC };
|
||||
AVR_LdSt_Props ap { (int) REGNO (base), store_p, volatile_p,
|
||||
ADDR_SPACE_GENERIC };
|
||||
|
||||
switch (addr_code)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user