From d7fe402fb96cf79d1e93910633b678bb95d2a5e7 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Thu, 15 Nov 2001 23:44:41 +0000 Subject: Split away x86-specific parts of expression handling (eg, effective address -> ModRM+SIB). svn path=/trunk/yasm/; revision=328 --- libyasm/expr.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libyasm/expr.h') diff --git a/libyasm/expr.h b/libyasm/expr.h index 3f526e90..a6487338 100644 --- a/libyasm/expr.h +++ b/libyasm/expr.h @@ -44,12 +44,6 @@ expr *expr_copy(const expr *e); void expr_delete(expr *e); -int expr_checkea(expr **ep, unsigned char *addrsize, unsigned char bits, - unsigned char nosplit, unsigned char *displen, - unsigned char *modrm, unsigned char *v_modrm, - unsigned char *n_modrm, unsigned char *sib, - unsigned char *v_sib, unsigned char *n_sib); - /* Expands all (symrec) equ's in the expression into full expression * instances. */ -- cgit v1.2.1