]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/plr/server/src/exceptions
update
[l4.git] / l4 / pkg / plr / server / src / exceptions
index 77d3a9e8566c59b7289a2e44c6cf017c578fca8f..39855d6bccc05f6173e494861fad078624cd712c 100644 (file)
@@ -6,7 +6,7 @@
  *
  *     Romain exception definitions.
  *
- * (c) 2011-2012 Björn Döbel <doebel@os.inf.tu-dresden.de>,
+ * (c) 2011-2013 Björn Döbel <doebel@os.inf.tu-dresden.de>,
  *     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) { \