diff options
Diffstat (limited to 'compiler/nativeGen/PPC/Regs.hs')
-rw-r--r-- | compiler/nativeGen/PPC/Regs.hs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/compiler/nativeGen/PPC/Regs.hs b/compiler/nativeGen/PPC/Regs.hs index 2f1bae39c1..203709e7a3 100644 --- a/compiler/nativeGen/PPC/Regs.hs +++ b/compiler/nativeGen/PPC/Regs.hs @@ -472,6 +472,12 @@ freeReg REG_R7 = fastBool False #ifdef REG_R8 freeReg REG_R8 = fastBool False #endif +#ifdef REG_R9 +freeReg REG_R9 = fastBool False +#endif +#ifdef REG_R10 +freeReg REG_R10 = fastBool False +#endif #ifdef REG_F1 freeReg REG_F1 = fastBool False #endif |