Fix (hopefully) a compiler varning

svn path=/trunk/; revision=12268
This commit is contained in:
Anders Broman 2004-10-11 21:19:12 +00:00
parent 45d05ca95e
commit 38ed258bc5
1 changed files with 2 additions and 0 deletions

View File

@ -1727,6 +1727,8 @@ execute_next_instruction:
*
* Transfer H bit to bit_order to tell decomp dispatcher which bit order to use
*/
input_bit_order = buff[68] << 8;
input_bit_order = input_bit_order | buff[69];
bit_order = ( input_bit_order & 0x0002 ) >> 1;
j = 1;