Revert commits 5685 to 5688 committed by mistake
[qemu] / hw / alpha_palcode.c
index 351bb48..38466db 100644 (file)
@@ -1059,7 +1059,7 @@ void pal_init (CPUState *env)
 
 void call_pal (CPUState *env, int palcode)
 {
-    target_long ret;
+    target_ulong ret;
 
     if (logfile != NULL)
         fprintf(logfile, "%s: palcode %02x\n", __func__, palcode);