mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	
							parent
							
								
									ac7bc214ab
								
							
						
					
					
						commit
						d7f9529bdd
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -188,7 +188,7 @@ private: | |||
| 
 | ||||
|     __forceinline StorageType GetMask() const | ||||
|     { | ||||
|         return ((~(StorageTypeU)0) >> (8 * sizeof(T)-bits)) << position; | ||||
|         return (((StorageTypeU)~0) >> (8 * sizeof(T)-bits)) << position; | ||||
|     } | ||||
| 
 | ||||
|     StorageType storage; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue