vfp_enable breaks FileX on Cortex-R5 #382
Labels
bug
Something isn't working
discussion
Flagged for discussion during the weekly team meeting
hardware
New hardware or architecture support request
Description
logical_sector
infx_directory_entry_read.c:236
calculation being wrong. FX struct corruption ?tx_thread_schedule.S
modifies a field inTX_THREAD
with an offset of 144 but there is no dedicated vfp field.TX_THREAD
saying that "Nothing after this point is referenced by the target-specific assembly language. ". The 144 offset violates thatTX_THREAD
fields can move depending on ifdefs and/or compiler padding. But the vfp context handling relies on a fixed offset to an undefined location.Environment
To Reproduce
Impact
The text was updated successfully, but these errors were encountered: