Milosch Meriac / CThunk

Dependents:   cthunk_example

Files at this revision

API Documentation at this revision

Comitter:
meriac
Date:
Wed Aug 20 14:37:44 2014 +0000
Parent:
7:289963aeee06
Child:
9:d3b51b06ac54
Commit message:
Removed outdated TODO's

Changed in this revision

CThunk.h Show annotated file Show diff for this revision Revisions of this file
--- 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))();
         }