bytecode: set register type to `REG_PTR` even if not used
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Tue, 14 Apr 2020 21:07:23 +0000 (17:07 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 26 Nov 2020 18:26:45 +0000 (13:26 -0500)
commitd312cd3577acb87d606c97dc0dae26499847dac6
treed6fdfb81ed7f2b7784eb15e252d74e6b85999620
parentf3503ba91a8406767eec49927e847c681f4e994c
bytecode: set register type to `REG_PTR` even if not used

There was no need to set the field when using filter as the next
instruction would assume that the top of stack is a `REG_PTR`.

With the upcoming capture feature, we need to ensure this field is
consistent for extraction.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I8790618ddde23b29ef2a55698524c45b39ef4793
liblttng-ust/lttng-filter-interpreter.c
This page took 0.025088 seconds and 5 git commands to generate.