Fix signed vs unsigned issue in H8 port
authorJeff Law <jeffreyalaw@gmail.com>
Sat, 29 Oct 2022 03:33:06 +0000 (23:33 -0400)
committerJeff Law <jeffreyalaw@gmail.com>
Sat, 29 Oct 2022 03:34:30 +0000 (23:34 -0400)
commit724d3f926b94672de960dbe88fb699bbdd7fde97
tree8221d3e5e3e3f530e100575c53c811d9a73ad6d5
parent3055829a4addde1fa3542c8070c87e2dd17217fc
Fix signed vs unsigned issue in H8 port

gcc/
* config/h8300/h8300.cc (pre_incdec_with_reg): Make reg argument
an unsigned int
* config/h8300/h8300-protos.h (pre_incdec_with_reg): Adjust prototype.
gcc/config/h8300/h8300-protos.h
gcc/config/h8300/h8300.cc