]> git.proxmox.com Git - qemu.git/blobdiff - tcg/ppc64/tcg-target.c
Add missing r24..r26 to callee save registers
[qemu.git] / tcg / ppc64 / tcg-target.c
index 1a3b9a571a721fba2abea658b836871801c369a4..a96314c1b1d07f14e8bf3b36720da5dfe37e942d 100644 (file)
@@ -140,6 +140,11 @@ static const int tcg_target_callee_save_regs[] = {
     TCG_REG_R21,
     TCG_REG_R22,
     TCG_REG_R23,
+    TCG_REG_R24,
+    TCG_REG_R25,
+    TCG_REG_R26,
+    /* TCG_REG_R27, */ /* currently used for the global env, so no
+                          need to save */
     TCG_REG_R28,
     TCG_REG_R29,
     TCG_REG_R30,