PR24390, Don't decode mtfsb field as a cr field
[binutils-gdb.git] / gdb / arch-utils.c
index d2e27d95558cab7fa0d8c4023deac84334c25cac..52a08daa3b9aa266046d1ae7335c71829664c04d 100644 (file)
@@ -993,7 +993,7 @@ default_in_indirect_branch_thunk (gdbarch *gdbarch, CORE_ADDR pc)
 ULONGEST
 default_type_align (struct gdbarch *gdbarch, struct type *type)
 {
-  return type_length_units (check_typedef (type));
+  return 0;
 }
 
 void