From 996f2451dba01f534420418eaac2856510682757 Mon Sep 17 00:00:00 2001 From: Hanoh Haim Date: Tue, 10 May 2016 17:27:07 +0300 Subject: refactor the schduler to be with minimum TSC instructions --- scripts/t-rex-64-debug-gdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/t-rex-64-debug-gdb') diff --git a/scripts/t-rex-64-debug-gdb b/scripts/t-rex-64-debug-gdb index 087afb71..723bfe2f 100755 --- a/scripts/t-rex-64-debug-gdb +++ b/scripts/t-rex-64-debug-gdb @@ -1,4 +1,4 @@ #! /bin/bash export LD_LIBRARY_PATH=`pwd` -gdb --args ./_t-rex-64-debug $@ +/bin/gdb --args ./_t-rex-64-debug $@ -- cgit 1.2.3-korg