From 32590f3a6c214b0a6ee4ecfb5a21f2d53bd292c4 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Sun, 27 Mar 2016 18:21:29 -0400 Subject: fix wrong path in pmov --- tools/pmov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/pmov.c') diff --git a/tools/pmov.c b/tools/pmov.c index f5c70a4..68add5a 100644 --- a/tools/pmov.c +++ b/tools/pmov.c @@ -13,7 +13,7 @@ static void assert_test(char *, int), fail(void), iexec(int *); -#include "../rega.c" +#include "../src/rega.c" static RMap mbeg; static Ins ins[NIReg], *ip; -- cgit 1.4.1