diff options
| author | Gabriel Kerneis | 2014-02-28 12:09:44 +0000 |
|---|---|---|
| committer | Gabriel Kerneis | 2014-02-28 12:20:18 +0000 |
| commit | 4baec1546cd0f1ddf43eba93e4daa4634ce1d9df (patch) | |
| tree | 2140debc0341b33e2c197a5f8c47211254083432 /src/Makefile | |
| parent | 98231d112693ef6815e79a6aba3ba0a5b7f027a7 (diff) | |
Load ELF sections to virtual memory addresses
Roughly 110KB/s (~5 seconds to load "hello" test).
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 66e83fca..c26f1a06 100644 --- a/src/Makefile +++ b/src/Makefile @@ -7,7 +7,7 @@ test: all ./run_tests.native test_power: all - ./run_power.native ../../../rsem/idl/power/binary/main.bin + ../../../rsem/idl/power/binary/run.sh clean: -ocamlbuild -clean |
