File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ DECODE_OBJS = pcode.o decode.o decode0.o decode1.o decode2.o decode_fields32.o d
22
33FORMAT_OBJS = format.o encodings_fmt.o operations.o sysregs_gen.o sysregs_fmt_gen.o regs.o
44
5- HEADERS = decode.h decode1.h decode2.h format.h pcode.h operations.h sysregs .h decode_fields32.h encodings_dec.h encodings_fmt.h regs.h
5+ HEADERS = decode.h decode1.h decode2.h format.h pcode.h operations.h sysregs_gen.h sysregs_fmt_gen .h decode_fields32.h encodings_dec.h encodings_fmt.h regs.h
66
77CFLAGS = -O2 -fsanitize=address -ggdb
88
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ DECODE_OBJS = pcode.o decode.o decode0.o decode1.o decode2.o decode_fields32.o d
44
55FORMAT_OBJS = format.o encodings_fmt.o operations.o sysregs_gen.o sysregs_fmt_gen.o regs.o
66
7- HEADERS = decode.h decode1.h decode2.h format.h pcode.h operations.h sysregs .h decode_fields32.h encodings_dec.h encodings_fmt.h regs.h
7+ HEADERS = decode.h decode1.h decode2.h format.h pcode.h operations.h sysregs_gen.h sysregs_fmt_gen .h decode_fields32.h encodings_dec.h encodings_fmt.h regs.h
88
99#CFLAGS = -g -Wunused
1010CFLAGS = -Os
You can’t perform that action at this time.
0 commit comments