Fix one more bug in code generation...

Example code:

int foo()
  {
  unsigned int x = 0xf2a3e218;

  return ((int*)x)[0];
  }

R=eaeltsin@google.com

Review URL: https://chromiumcodereview.appspot.com/10389146
1 file changed