mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	symbols: Directly initialize TSymbol members
This commit is contained in:
		
							parent
							
								
									052eacc3b9
								
							
						
					
					
						commit
						7e143d4422
					
				
					 1 changed files with 3 additions and 8 deletions
				
			
		|  | @ -12,15 +12,10 @@ | ||||||
| 
 | 
 | ||||||
| struct TSymbol | struct TSymbol | ||||||
| { | { | ||||||
|     TSymbol() : |     u32     address = 0; | ||||||
|         address(0), |  | ||||||
|         size(0), |  | ||||||
|         type(0) |  | ||||||
|     {} |  | ||||||
|     u32     address; |  | ||||||
|     std::string name; |     std::string name; | ||||||
|     u32     size; |     u32     size = 0; | ||||||
|     u32     type; |     u32     type = 0; | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
| typedef std::map<u32, TSymbol> TSymbolsMap; | typedef std::map<u32, TSymbol> TSymbolsMap; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue