summaryrefslogtreecommitdiff
path: root/sim-scripts
diff options
context:
space:
mode:
authorGlenn Humphrey <glenn.humphrey@oarcorp.com>2010-01-14 14:18:58 +0000
committerGlenn Humphrey <glenn.humphrey@oarcorp.com>2010-01-14 14:18:58 +0000
commit182900a7a844086a591b7f953a7cbf12ec8fcf11 (patch)
tree0ce5bb79ed88725dcfbcd47ef5de31d3059475a1 /sim-scripts
parent82a542adf0ad809f68bf379ce3815b9f47db097c (diff)
2010-01-14 Glenn Humphrey <glenn.humphrey@OARcorp.com>
* pc386.in: Should not have committed localized path to qemu.
Diffstat (limited to 'sim-scripts')
-rw-r--r--sim-scripts/ChangeLog4
-rw-r--r--sim-scripts/pc386.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/sim-scripts/ChangeLog b/sim-scripts/ChangeLog
index 99f8695..1cd7965 100644
--- a/sim-scripts/ChangeLog
+++ b/sim-scripts/ChangeLog
@@ -1,3 +1,7 @@
+2010-01-14 Glenn Humphrey <glenn.humphrey@OARcorp.com>
+
+ * pc386.in: Should not have committed localized path to qemu.
+
2010-01-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* qemuppc.in: Fix path and coverage output file name.
diff --git a/sim-scripts/pc386.in b/sim-scripts/pc386.in
index 95c36d1..7eb7496 100644
--- a/sim-scripts/pc386.in
+++ b/sim-scripts/pc386.in
@@ -5,7 +5,7 @@
#
bspUsesGDBSimulator="no"
-runBSP=${HOME}/qemu_coverage/install-r6588/bin/qemu
+runBSP=${HOME}/qemu-coverage/install/bin/qemu
if [ ! -r ${runBSP} ] ; then
runBSP=qemu
fi