]> git.proxmox.com Git - qemu.git/blobdiff - tcg/ppc/tcg-target.c
Add missing r24..r26 to calle save registers
[qemu.git] / tcg / ppc / tcg-target.c
index 60563f736887b70cef2a764b0f307b6a8713c950..23f94a83c65e076b32821389dbaf278904814fef 100644 (file)
@@ -155,6 +155,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,