mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Merge pull request #150 from lioncash/typo
bit_field: Fix a typo in the sample usage.
This commit is contained in:
		
						commit
						a7a57c04c6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -68,7 +68,7 @@ | ||||||
|  *     u32 hex; |  *     u32 hex; | ||||||
|  * |  * | ||||||
|  *     BitField<0,7,u32> first_seven_bits;     // unsigned
 |  *     BitField<0,7,u32> first_seven_bits;     // unsigned
 | ||||||
|  *     BitField<7,8,32> next_eight_bits;       // unsigned
 |  *     BitField<7,8,u32> next_eight_bits;      // unsigned
 | ||||||
|  *     BitField<3,15,s32> some_signed_fields;  // signed
 |  *     BitField<3,15,s32> some_signed_fields;  // signed
 | ||||||
|  * }; |  * }; | ||||||
|  * |  * | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue