Changes in kernel/arch/arm32/src/fpu_context.c [15b6715:5c4356b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/fpu_context.c
r15b6715 r5c4356b 189 189 return; 190 190 } 191 switch (FPSID_SUBACHITECTURE(fpsid)) { 191 switch (FPSID_SUBACHITECTURE(fpsid)) 192 { 192 193 case FPU_VFPv1: 193 194 printf("Detected VFPv1\n");
Note:
See TracChangeset
for help on using the changeset viewer.