Skip to content

Commit

Permalink
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Liguori committed May 31, 2011
2 parents ede77d2 + 06ea77b commit b1d7d2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hw/pflash_cfi02.c
Expand Up @@ -188,7 +188,7 @@ static uint32_t pflash_read (pflash_t *pfl, target_phys_addr_t offset,
default:
goto flash_read;
}
DPRINTF("%s: ID " TARGET_FMT_pld " %x\n", __func__, boff, ret);
DPRINTF("%s: ID " TARGET_FMT_plx " %x\n", __func__, boff, ret);
break;
case 0xA0:
case 0x10:
Expand Down
2 changes: 1 addition & 1 deletion tcg/tcg.h
Expand Up @@ -129,7 +129,7 @@ typedef tcg_target_ulong TCGArg;
We use plain int by default to avoid this runtime overhead.
Users of tcg_gen_* don't need to know about any of this, and should
treat TCGv as an opaque type.
In additon we do typechecking for different types of variables. TCGv_i32
In addition we do typechecking for different types of variables. TCGv_i32
and TCGv_i64 are 32/64-bit variables respectively. TCGv and TCGv_ptr
are aliases for target_ulong and host pointer sized values respectively.
*/
Expand Down

0 comments on commit b1d7d2b

Please sign in to comment.