]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-ppc/op_helper.c
TCG variable type checking.
[mirror_qemu.git] / target-ppc / op_helper.c
index 9582f4f83515ed3e6df314ee1dd4a43742ed3bee..b8f4b5eed61fffe4d8bd0dfd3b72788e9ee03692 100644 (file)
@@ -19,6 +19,7 @@
  */
 #include "exec.h"
 #include "host-utils.h"
+#include "helper.h"
 
 #include "helper_regs.h"
 #include "op_helper.h"
@@ -62,7 +63,7 @@ void do_raise_exception (uint32_t exception)
 
 /*****************************************************************************/
 /* Registers load and stores */
-uint32_t helper_load_cr (void)
+target_ulong helper_load_cr (void)
 {
     return (env->crf[0] << 28) |
            (env->crf[1] << 24) |