exception_vectors: Use call0 for sdk__xt_int_exit, in case it needs a literal
This commit is contained in:
		
							parent
							
								
									6fe0ccc7f3
								
							
						
					
					
						commit
						afd229642a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -510,7 +510,7 @@ UserExceptionHandler:
 | 
				
			||||||
        and     a2, a2, a3
 | 
					        and     a2, a2, a3
 | 
				
			||||||
        and     a2, a2, a4       # a2 = 0x3FFF & INTENABLE & INTERRUPT
 | 
					        and     a2, a2, a4       # a2 = 0x3FFF & INTENABLE & INTERRUPT
 | 
				
			||||||
        call0   _xt_isr_handler
 | 
					        call0   _xt_isr_handler
 | 
				
			||||||
        j       sdk__xt_int_exit # once finished, jumps to _xt_user_exit via stack
 | 
					        call0   sdk__xt_int_exit # once finished, jumps to _xt_user_exit via stack
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        .literal_position
 | 
					        .literal_position
 | 
				
			||||||
.LUserFailOtherExceptionCause:
 | 
					.LUserFailOtherExceptionCause:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue