]> Git Repo - qemu.git/blobdiff - disas/hppa.c
vhost-user: Don't ask for reply on postcopy mem table set
[qemu.git] / disas / hppa.c
index c7c8be66a28aa2010db530a237a24ea8b19d4cbc..a2d371fdb1ea5225cec4e17e590bc07e6460f988 100644 (file)
@@ -18,6 +18,7 @@
    You should have received a copy of the GNU General Public License
    along with this program; if not, see <http://www.gnu.org/licenses/>. */
 
+#include "qemu/osdep.h"
 #include "disas/bfd.h"
 
 /* HP PA-RISC SOM object file format:  definitions internal to BFD.
@@ -1787,8 +1788,7 @@ fput_fp_reg_r (unsigned reg, disassemble_info *info)
   if (reg < 4)
     (*info->fprintf_func) (info->stream, "fpe%d", reg * 2 + 1);
   else
-    (*info->fprintf_func) (info->stream, "%sR",
-                          reg ? fp_reg_names[reg] : "fr0");
+    (*info->fprintf_func) (info->stream, "%sR", fp_reg_names[reg]);
 }
 
 static void
This page took 0.02356 seconds and 4 git commands to generate.