mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	arm_dynarmic: Print current instruction when ExceptionRaised
This commit is contained in:
		
							parent
							
								
									75f3d2ba31
								
							
						
					
					
						commit
						1817e30eff
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -125,8 +125,8 @@ public:
 | 
			
		|||
    }
 | 
			
		||||
 | 
			
		||||
    void ExceptionRaised(VAddr pc, Dynarmic::A32::Exception exception) override {
 | 
			
		||||
        ASSERT_MSG(false, "ExceptionRaised(exception = {}, pc = {:X})",
 | 
			
		||||
                   static_cast<size_t>(exception), pc);
 | 
			
		||||
        ASSERT_MSG(false, "ExceptionRaised(exception = {}, pc = {:08X}, code = {:08X})",
 | 
			
		||||
                   static_cast<size_t>(exception), pc, MemoryReadCode(pc));
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    void AddTicks(std::uint64_t ticks) override {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue