From 962ad175aee634274b408ead38b13e6bc90e2fe7 Mon Sep 17 00:00:00 2001 From: lemon Date: Sat, 17 Jun 2023 23:26:45 +0200 Subject: basic ELF output --- ir.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ir.h') diff --git a/ir.h b/ir.h index f00f6f0..5187e4b 100644 --- a/ir.h +++ b/ir.h @@ -208,6 +208,7 @@ union ref mkfltcon(enum irclass, double); #define fltconval(r) (conht[(r).i].f) union ref mksymref(const char *); union ref mkdatref(uint siz, uint align, const void *, uint n, bool deref); +const char *xcon2sym(int ref); struct instr mkalloca(uint siz, uint align); void conputdat(struct irdat *, uint off, enum typetag t, const void *dat); union ref mkcallarg(union irtype ret, uint narg, int vararg); -- cgit v1.2.3