diff options
author | Stefan Weil | 2012-04-12 15:42:19 +0200 |
---|---|---|
committer | Stefan Weil | 2012-04-15 21:25:17 +0200 |
commit | 8efe0ca83eb9c5f996acc7a37d522da5c542ec79 (patch) | |
tree | dfd98d870b81f79311763f25431a9531a5f0a259 /target-mips/op_helper.c | |
parent | softmmu: Use uintptr_t for physaddr and rename it (diff) | |
download | qemu-8efe0ca83eb9c5f996acc7a37d522da5c542ec79.tar.gz qemu-8efe0ca83eb9c5f996acc7a37d522da5c542ec79.tar.xz qemu-8efe0ca83eb9c5f996acc7a37d522da5c542ec79.zip |
w64: Use uintptr_t in exec.c
Replace all type casts to 'long' or 'unsigned long' by 'intptr_t' or 'uintptr_t'.
For type casts which are only used to extract the lower bits of an address
or to modify those bits, signedness does not matter. There I always use 'uintptr_t'.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'target-mips/op_helper.c')
0 files changed, 0 insertions, 0 deletions