forked from epagris/FreeRTOS-Kernel
		
	Remove exception loop tags. (#457)
This commit is contained in:
		
							parent
							
								
									25d180a09b
								
							
						
					
					
						commit
						09a2c0b324
					
				@ -274,19 +274,17 @@ xPortStartFirstTask:
 | 
			
		||||
/*-----------------------------------------------------------*/
 | 
			
		||||
 | 
			
		||||
freertos_risc_v_application_exception_handler:
 | 
			
		||||
__application_exception_handler_loop:
 | 
			
		||||
    csrr t0, mcause     /* For viewing in the debugger only. */
 | 
			
		||||
    csrr t1, mepc       /* For viewing in the debugger only */
 | 
			
		||||
    csrr t2, mstatus    /* For viewing in the debugger only */
 | 
			
		||||
    j __application_exception_handler_loop
 | 
			
		||||
    j .
 | 
			
		||||
/*-----------------------------------------------------------*/
 | 
			
		||||
 | 
			
		||||
freertos_risc_v_application_interrupt_handler:
 | 
			
		||||
__application_interrupt_handler_loop:
 | 
			
		||||
    csrr t0, mcause     /* For viewing in the debugger only. */
 | 
			
		||||
    csrr t1, mepc       /* For viewing in the debugger only */
 | 
			
		||||
    csrr t2, mstatus    /* For viewing in the debugger only */
 | 
			
		||||
    j __application_interrupt_handler_loop
 | 
			
		||||
    j .
 | 
			
		||||
/*-----------------------------------------------------------*/
 | 
			
		||||
 | 
			
		||||
.section .text.freertos_risc_v_exception_handler
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user