X-Git-Url: https://rtime.felk.cvut.cz/gitweb/l4.git/blobdiff_plain/9347d109a9b928929fdc0cedcc1d867bd7e2a918..c02bb3e0b72cd17aaa3cdfb9587d934f1097cc1f:/l4/pkg/plr/server/src/exceptions diff --git a/l4/pkg/plr/server/src/exceptions b/l4/pkg/plr/server/src/exceptions index 77d3a9e85..39855d6bc 100644 --- a/l4/pkg/plr/server/src/exceptions +++ b/l4/pkg/plr/server/src/exceptions @@ -6,7 +6,7 @@ * * Romain exception definitions. * - * (c) 2011-2012 Björn Döbel , + * (c) 2011-2013 Björn Döbel , * economic rights: Technische Universität Dresden (Germany) * This file is part of TUD:OS and distributed under the terms of the * GNU General Public License 2. @@ -38,6 +38,10 @@ class Romain_error : public L4::Base_exception }; +/* + * XXX: Meh ... the use of the condition is actually opposite to what one would expect + * for a standard ASSERT. This drives me nuts. Need to fix it some day. + */ #define _check(cond, message) \ do { \ if (cond) { \