mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-10-30 15:39:02 -05:00 
			
		
		
		
	gdbstub: E0 should be E00
This commit is contained in:
		| @@ -646,7 +646,7 @@ static void ReadMemory() { | ||||
|  | ||||
|     u8* data = Memory::GetPointer(addr); | ||||
|     if (!data) { | ||||
|         return SendReply("E0"); | ||||
|         return SendReply("E00"); | ||||
|     } | ||||
|  | ||||
|     MemToGdbHex(reply, data, len); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 shinyquagsire23
					shinyquagsire23