Fix argument to compiled_cond, and add cases for compiled-condition.
[deliverable/binutils-gdb.git] / gdb / disasm.h
index a91211e789f5d94cebd9c25e94f45135363ef4d6..7e6f1a237d94abd8a307405f477f73a9bef3cee8 100644 (file)
 
 #include "dis-asm.h"
 
-#define DISASSEMBLY_SOURCE     (0x1 << 0)
+#define DISASSEMBLY_SOURCE_DEPRECATED (0x1 << 0)
 #define DISASSEMBLY_RAW_INSN   (0x1 << 1)
 #define DISASSEMBLY_OMIT_FNAME (0x1 << 2)
 #define DISASSEMBLY_FILENAME   (0x1 << 3)
 #define DISASSEMBLY_OMIT_PC    (0x1 << 4)
+#define DISASSEMBLY_SOURCE     (0x1 << 5)
 
 struct gdbarch;
 struct ui_out;
This page took 0.023883 seconds and 4 git commands to generate.