summary refs log tree commit diff stats
path: root/json-parser.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2011-05-27 13:12:13 +0100
committerAurelien Jarno <aurelien@aurel32.net>2011-06-03 18:26:21 +0200
commitebecf36381ad70a5490794404f23b2802840fdf6 (patch)
tree7a918abb6221696b0cc6f083064e5c769fb2702d /json-parser.c
parent6bd4b08ab236d59eb2cec92a52efb9c7df2388ac (diff)
downloadfocaccia-qemu-ebecf36381ad70a5490794404f23b2802840fdf6.tar.gz
focaccia-qemu-ebecf36381ad70a5490794404f23b2802840fdf6.zip
tcg: If DEBUG_TCGV, distinguish TCGv_ptr from TCGv_i32/TCGv_i64
When compiling with DEBUG_TCGV enabled, make the TCGv_ptr type distinct
from TCGv_i32/TCGv_i64. This means that using an i32 or i64 TCG op to
manipulate a TCGv_ptr will always be detected at compile time, rather
than only if compiling on a host system with the other word size.

NB: the tcg_add_ptr and tcg_sub_ptr macros have been removed as they
were not used anywhere.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'json-parser.c')
0 files changed, 0 insertions, 0 deletions