Changeset bedd81b in mainline
- Timestamp:
- 2013-01-11T01:33:10Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3de8aaa6
- Parents:
- 07d62a9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/fpu_context.c
r07d62a9 rbedd81b 293 293 if (!fpu_have_coprocessor_access()) 294 294 return; 295 296 /* This is only necessary if we enable fpu exceptions. */ 297 #if 0 295 298 const uint32_t fpexc = fpexc_read(); 296 299 … … 299 302 //TODO implement common subarch context saving 300 303 } 304 #endif 301 305 if (save_context) 302 306 save_context(ctx);
Note:
See TracChangeset
for help on using the changeset viewer.