* config/tc-h8300.c: Make some functions and global
[deliverable/binutils-gdb.git] / opcodes / frv-dis.c
index 8b1e4daeca8cbb897fa1507308490f36ee7aa96d..b0f51bce0abcd67df1d1053c8d20801b44bc6b1f 100644 (file)
@@ -151,8 +151,11 @@ frv_cgen_print_operand (cd, opindex, xinfo, fields, attrs, pc, length)
 
   switch (opindex)
     {
-    case FRV_OPERAND_A :
-      print_normal (cd, info, fields->f_A, 0|(1<<CGEN_OPERAND_HASH_PREFIX), pc, length);
+    case FRV_OPERAND_A0 :
+      print_normal (cd, info, fields->f_A, 0, pc, length);
+      break;
+    case FRV_OPERAND_A1 :
+      print_normal (cd, info, fields->f_A, 0, pc, length);
       break;
     case FRV_OPERAND_ACC40SI :
       print_keyword (cd, info, & frv_cgen_opval_acc_names, fields->f_ACC40Si, 0);
This page took 0.02314 seconds and 4 git commands to generate.