mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Merge pull request #1385 from lioncash/bitfield
BitField: Fix a typo in the sample usage.
This commit is contained in:
commit
4b0c6d8e0f
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
|||
* u32 hex;
|
||||
*
|
||||
* 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
|
||||
* };
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue