Milosch Meriac / CThunk

Dependents:   cthunk_example

Revision:
8:12fc2cda71af
Parent:
7:289963aeee06
Child:
9:d3b51b06ac54
--- a/CThunk.h	Wed Aug 20 14:14:18 2014 +0000
+++ b/CThunk.h	Wed Aug 20 14:37:44 2014 +0000
@@ -93,7 +93,6 @@
         /* get thunk entry point for connecting rhunk to an IRQ table */
         inline operator CThunkEntry(void)
         {
-            /* TODO: check thumb */
             return (CThunkEntry)(((uint32_t)&m_thunk)|CTHUNK_ADDRESS);
         }
 
@@ -106,7 +105,6 @@
         /* simple test function */
         inline void call(void)
         {
-            /* TODO: check thumb */
             ((CThunkEntry)(((uint32_t)&m_thunk)|CTHUNK_ADDRESS))();
         }