Remove useless pointer 32 vs 64 distinction
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 8 Nov 2022 21:41:51 +0000 (16:41 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 8 Nov 2022 21:41:51 +0000 (16:41 -0500)
commit452329a6767c0a0673420e1985766991765296fe
tree8d230a729b078cf8a12344fab4a1b48cc1a5b832
parent4e1b0e0ea3446bd2f1e3b3b7542f49eb77509c25
Remove useless pointer 32 vs 64 distinction

Now the integer type contains information about the integer size, which
makes this 32/64 bit information redundant.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/side/trace.h
src/tracer.c
This page took 0.023524 seconds and 4 git commands to generate.