mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	replaced some error logs with debug asserts
This commit is contained in:
		
							parent
							
								
									7c5d8f6dad
								
							
						
					
					
						commit
						4fdeadb8e2
					
				
					 1 changed files with 2 additions and 4 deletions
				
			
		|  | @ -436,8 +436,7 @@ ARMul_DoProg (ARMul_State * state) | |||
| 		} | ||||
| 
 | ||||
| 		else { | ||||
| 			//pc = ARMul_Emulate26 (state); Commented out /bunnei
 | ||||
| 			ERROR_LOG(ARM11, "Unsupported ARM 26-bit Mode!"); | ||||
| 			_dbg_assert_msg_(ARM11, false, "Unsupported ARM 26-bit Mode!"); | ||||
| 		} | ||||
| 		//chy 2006-02-22, should test debugmode first
 | ||||
| 		//chy 2006-04-14, put below codes in ARMul_Emulate
 | ||||
|  | @ -491,8 +490,7 @@ ARMul_DoInstr (ARMul_State * state) | |||
| 	} | ||||
| 
 | ||||
| 	else { | ||||
| 		//pc = ARMul_Emulate26 (state); Commented out /bunnei
 | ||||
| 		ERROR_LOG(ARM11, "Unsupported ARM 26-bit Mode!"); | ||||
| 		_dbg_assert_msg_(ARM11, false, "Unsupported ARM 26-bit Mode!"); | ||||
| 	} | ||||
| 
 | ||||
| 	return (pc); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue