Nios II Classic Software Developer’s Handbook

ID 683282
Date 5/14/2015
Public
Document Table of Contents

8.6.3. Removing an Instruction-Related Exception Handler

To remove a registered instruction-related exception handler, your C code must call the alt_instruction_exception_register() function, as follows:

alt_instruction_exception_register ( null, null );

When the HAL removes the instruction-related exception handler, it restores the default break/optional trap logic.