Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- Karthik, all you need to do is to clear bit# 30 of the FPEXC register: fmrx r0, FPEXC bic r0, r0,# 0x40000000 fmxr FPEXC, r0 --- Quote End --- Hi, I ran the above assembly code(assembler) and generated binary from object file, when i try to execute binary it shows segmentation fault. please let me know how to check FPU is disabled/not after running the assembly code.