* ada-lang.c (unwrap_value): Handle the case where the "F" field
[deliverable/binutils-gdb.git] / gdb / mn10300-tdep.h
index e42425a81043eb752687e2e6d3eeba8c8a59c1b9..533b2defeece11f6a300f3621f81a91a40e81fd1 100644 (file)
@@ -77,4 +77,4 @@ struct gdbarch_tdep
   int am33_mode;
 };
 
-#define AM33_MODE (gdbarch_tdep (current_gdbarch)->am33_mode)
+#define AM33_MODE(gdbarch) (gdbarch_tdep (gdbarch)->am33_mode)
This page took 0.068654 seconds and 4 git commands to generate.