diff options
| author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-27 18:21:29 -0400 |
|---|---|---|
| committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-27 18:21:29 -0400 |
| commit | 32590f3a6c214b0a6ee4ecfb5a21f2d53bd292c4 (patch) | |
| tree | 17bd741494cc64919face982eca4580e415266bf | |
| parent | c21581647b604756caa4727b839ac6a77bbfc9bd (diff) | |
| download | roux-32590f3a6c214b0a6ee4ecfb5a21f2d53bd292c4.tar.gz | |
fix wrong path in pmov
| -rw-r--r-- | tools/pmov.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
