aboutsummaryrefslogtreecommitdiff
path: root/trace/mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'trace/mem.h')
-rw-r--r--trace/mem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/trace/mem.h b/trace/mem.h
index 9c88bcb..2b58196 100644
--- a/trace/mem.h
+++ b/trace/mem.h
@@ -25,7 +25,7 @@ static uint8_t trace_mem_get_info(TCGMemOp op, bool store);
*
* Return a value for the 'info' argument in guest memory access traces.
*/
-static uint8_t trace_mem_build_info(TCGMemOp size, bool sign_extend,
+static uint8_t trace_mem_build_info(int size_shift, bool sign_extend,
TCGMemOp endianness, bool store);