Re: [PATCH] tests: Fix cfi_debug_bias assert in varlocs.

2018-06-10 Thread Mark Wielaard
On Fri, Jun 08, 2018 at 04:06:55PM +0200, Mark Wielaard wrote: > It is only a consistency issue if we actually have an cfi_debug and the > cfi_debug_bias is not zero (because they come from the same file as the > other debug data). Pushed to master.

[PATCH] tests: Fix cfi_debug_bias assert in varlocs.

2018-06-08 Thread Mark Wielaard
It is only a consistency issue if we actually have an cfi_debug and the cfi_debug_bias is not zero (because they come from the same file as the other debug data). Signed-off-by: Mark Wielaard --- tests/ChangeLog | 5 + tests/varlocs.c | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-)