diff options
author | daniel <danieruru@gmail.com> | 2013-01-30 13:17:20 +0900 |
---|---|---|
committer | daniel <danieruru@gmail.com> | 2013-01-30 13:17:20 +0900 |
commit | 7931456d6aab98df25e92eb217a77eeea0c5b0fb (patch) | |
tree | 4b4e7a7fd1d2129c510b0c665002e9dc38a6dfec | |
parent | 54394d26b686702091e584d524ad77bfbb469fd4 (diff) |
Comment out a call to vxi11_fireinterrupt I put in for debugging
-rw-r--r-- | vxi11_server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vxi11_server.c b/vxi11_server.c index 398de47..2d1a455 100644 --- a/vxi11_server.c +++ b/vxi11_server.c @@ -487,7 +487,7 @@ device_enable_srq_1_svc(Device_EnableSrqParms *argp, struct svc_req *rqstp) { printf("Interrupt handle set to %s\n", inthandler); #endif } - vxi11_fireinterrupt(); + //vxi11_fireinterrupt(); } #ifdef DEBUG else { |