[portals4] r2277 committed - Fix PPE build error

0 views
Skip to first unread message

port...@googlecode.com

unread,
Mar 28, 2014, 11:20:38 AM3/28/14
to portals4...@googlegroups.com
Revision: 2277
Author: kevin.p...@gmail.com
Date: Fri Mar 28 15:20:24 2014 UTC
Log: Fix PPE build error

http://code.google.com/p/portals4/source/detail?r=2277

Modified:
/trunk/src/ib/ptl_tgt.c

=======================================
--- /trunk/src/ib/ptl_tgt.c Wed Mar 26 14:04:07 2014 UTC
+++ /trunk/src/ib/ptl_tgt.c Fri Mar 28 15:20:24 2014 UTC
@@ -118,7 +118,7 @@
err =
mr_lookup_app(obj_to_ni(me), me->start,
length * sizeof(ptl_iovec_t), &mr);
- if (err) || (mr->readonly) {
+ if (err || mr->readonly) {
WARN();
return err;
}
Reply all
Reply to author
Forward
0 new messages