From 4baec1546cd0f1ddf43eba93e4daa4634ce1d9df Mon Sep 17 00:00:00 2001 From: Gabriel Kerneis Date: Fri, 28 Feb 2014 12:09:44 +0000 Subject: Load ELF sections to virtual memory addresses Roughly 110KB/s (~5 seconds to load "hello" test). --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') 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 -- cgit v1.2.3