summaryrefslogtreecommitdiff
path: root/maint
diff options
context:
space:
mode:
Diffstat (limited to 'maint')
-rw-r--r--maint/gen/defs/common.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/maint/gen/defs/common.def b/maint/gen/defs/common.def
index 2cffce7e6..7ebe3d6f9 100644
--- a/maint/gen/defs/common.def
+++ b/maint/gen/defs/common.def
@@ -45,7 +45,7 @@
{
uint32_t int_buffer;
print_array(tcp, $$, $1, &int_buffer, sizeof(int_buffer),
- tfetch_mem, print_uint_array_member, 0);
+ tfetch_mem, print_xint_array_member, 0);
}
%}