]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/config/h8300/h8300.h
h8300.h (REGNO_REG_CLASS): Replace a literal register number with an appropriate...
[gcc.git] / gcc / config / h8300 / h8300.h
index 7c979648e613ddc060926efa1257863afc1aa07a..ac7616b941d6a62e39c582cd08b106fa9aebf57c 100644 (file)
@@ -417,7 +417,7 @@ enum reg_class {
    reg number REGNO.  This could be a conditional expression
    or could index an array.  */
 
-#define REGNO_REG_CLASS(REGNO) (REGNO != 8 ? GENERAL_REGS : MAC_REGS)
+#define REGNO_REG_CLASS(REGNO) (REGNO != MAC_REG ? GENERAL_REGS : MAC_REGS)
 
 /* The class value for index registers, and the one for base regs.  */
 
This page took 0.034262 seconds and 5 git commands to generate.