]> git.proxmox.com Git - qemu.git/blobdiff - target-sparc/helper.h
Sparc: avoid AREG0 for lazy condition code helpers
[qemu.git] / target-sparc / helper.h
index fe638464342c11bf93bdef2fdbd801795577716c..57d0073f2b621df9b0882fff257cb87ab32534a1 100644 (file)
@@ -159,7 +159,7 @@ VIS_CMPHELPER(cmpne);
 #undef F_HELPER_DQ_0_1
 #undef VIS_HELPER
 #undef VIS_CMPHELPER
-DEF_HELPER_0(compute_psr, void);
-DEF_HELPER_0(compute_C_icc, i32);
+DEF_HELPER_1(compute_psr, void, env);
+DEF_HELPER_1(compute_C_icc, i32, env);
 
 #include "def-helper.h"