[rtems-testing commit] or1ksim.in: Fix hang
Joel Sherril
joel at rtems.org
Sun Apr 5 15:12:41 UTC 2015
Module: rtems-testing
Branch: master
Commit: f7a84b4ce91857c4ce23d37d63a977a869883f4a
Changeset: http://git.rtems.org/rtems-testing/commit/?id=f7a84b4ce91857c4ce23d37d63a977a869883f4a
Author: Hesham ALMatary <heshamelmatary at gmail.com>
Date: Thu Apr 2 09:42:03 2015 -0500
or1ksim.in: Fix hang
---
sim-scripts/or1ksim.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sim-scripts/or1ksim.in b/sim-scripts/or1ksim.in
index 35e6122..6e773f1 100644
--- a/sim-scripts/or1ksim.in
+++ b/sim-scripts/or1ksim.in
@@ -117,7 +117,7 @@ section sim
end
section VAPI
- enabled = 1
+ enabled = 0
server_port = 50000
log_enabled = 1
vapi_log_file = "vapi.log"
@@ -134,8 +134,8 @@ section cpu
end
section debug
- enabled = 1
- rsp_enabled = 1
+ enabled = 0
+ rsp_enabled = 0
rsp_port = 50001
end
More information about the vc
mailing list