]> Git Repo - qemu.git/blobdiff - alpha-dis.c
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
[qemu.git] / alpha-dis.c
index 81a55e9c0fc138ba1e62fa68d83b4419196c5d8f..c6af1aa75d2b17da0e0af71af067d98c27a9d4f1 100644 (file)
@@ -374,7 +374,7 @@ const struct alpha_operand alpha_operands[] =
 
   /* The signed "23-bit" aligned displacement of Branch format insns */
 #define BDISP          (MDISP + 1)
-  { 21, 0, BFD_RELOC_23_PCREL_S2, 
+  { 21, 0, BFD_RELOC_23_PCREL_S2,
     AXP_OPERAND_RELATIVE, insert_bdisp, extract_bdisp },
 
   /* The 26-bit PALcode function */
This page took 0.019527 seconds and 4 git commands to generate.