* rs6000-tdep.c (rs6000_builtin_type_vec128): Add v2_double
[deliverable/binutils-gdb.git] / gdb / disasm.h
index a11280d5b1521e6db9445da50e1efe97adced465..a6f6d396d28768116774a454da6a59dda57b6c23 100644 (file)
@@ -19,6 +19,9 @@
 #ifndef DISASM_H
 #define DISASM_H
 
+#define DISASSEMBLY_SOURCE     (0x1 << 0)
+#define DISASSEMBLY_RAW_INSN   (0x1 << 1)
+
 struct ui_out;
 struct ui_file;
 
This page took 0.023494 seconds and 4 git commands to generate.