]> git.proxmox.com Git - qemu.git/blobdiff - hppa-dis.c
target-arm: Use correct float status for Neon int-float conversions
[qemu.git] / hppa-dis.c
index 9d96d72a5708f3fcae218344ac3519a4fa48f62e..a5760a9584855e83fe62ec8a6475e15bf095d177 100644 (file)
@@ -576,7 +576,7 @@ struct pa_opcode
     const char *name;
     unsigned long int match;   /* Bits that must be set...  */
     unsigned long int mask;    /* ... in these bits. */
-    char *args;
+    const char *args;
     enum pa_arch arch;
     char flags;
 };
@@ -1645,7 +1645,7 @@ static const char *const fp_reg_names[] =
 
 typedef unsigned int CORE_ADDR;
 
-/* Get at various relevent fields of an instruction word.  */
+/* Get at various relevant fields of an instruction word.  */
 
 #define MASK_5  0x1f
 #define MASK_10 0x3ff
@@ -2753,7 +2753,7 @@ print_insn_hppa (bfd_vma memaddr, disassemble_info *info)
                    int sf = GET_FIELD (insn, 19, 20);
                    const char * const * source = float_format_names;
                    const char * const * dest = float_format_names;
-                   char *t = "";
+                   const char *t = "";
 
                    if (sub == 4)
                      {