commit 32590f3a6c214b0a6ee4ecfb5a21f2d53bd292c4 parent c21581647b604756caa4727b839ac6a77bbfc9bd Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu> Date: Sun, 27 Mar 2016 18:21:29 -0400 fix wrong path in pmov Diffstat:
| M | tools/pmov.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;