Re: [Mesa-dev] [PATCH 2/2] gallivm: Check whether to stop disassemble only for x86

2016-02-18 Thread Roland Scheidegger
Am 18.02.2016 um 17:23 schrieb Oded Gabbay: > Because the if statement that checks whether we have a return > statement is valid only on x86, surround it with X86 or X86-64 > arch defines > > Signed-off-by: Oded Gabbay > --- > src/gallium/auxiliary/gallivm/lp_bld_debug.cpp | 2 ++ > 1 file chang

[Mesa-dev] [PATCH 2/2] gallivm: Check whether to stop disassemble only for x86

2016-02-18 Thread Oded Gabbay
Because the if statement that checks whether we have a return statement is valid only on x86, surround it with X86 or X86-64 arch defines Signed-off-by: Oded Gabbay --- src/gallium/auxiliary/gallivm/lp_bld_debug.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/auxiliary/gall