dbgloc: add column argument
dbgloc line [col] This is implemented in a backwards-compatible manner.
This commit is contained in:
parent
24d68e841f
commit
85287081c4
7 changed files with 18 additions and 7 deletions
2
all.h
2
all.h
|
@ -569,7 +569,7 @@ void rega(Fn *);
|
|||
void emitfnlnk(char *, Lnk *, FILE *);
|
||||
void emitdat(Dat *, FILE *);
|
||||
void emitdbgfile(char *, FILE *);
|
||||
void emitdbgloc(uint, FILE *);
|
||||
void emitdbgloc(uint, uint, FILE *);
|
||||
int stashbits(void *, int);
|
||||
void elf_emitfnfin(char *, FILE *);
|
||||
void elf_emitfin(FILE *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue