mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	gdbstub: E0 should be E00
This commit is contained in:
		
							parent
							
								
									98b1436b8b
								
							
						
					
					
						commit
						c6f87f7e2c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -646,7 +646,7 @@ static void ReadMemory() { | ||||||
| 
 | 
 | ||||||
|     u8* data = Memory::GetPointer(addr); |     u8* data = Memory::GetPointer(addr); | ||||||
|     if (!data) { |     if (!data) { | ||||||
|         return SendReply("E0"); |         return SendReply("E00"); | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     MemToGdbHex(reply, data, len); |     MemToGdbHex(reply, data, len); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue