Re: [Mesa-dev] [PATCH 2/2] R600: Fix 64-bit defines

2013-01-31 Thread Michel Dänzer
On Don, 2013-01-31 at 17:05 -0500, Tom Stellard wrote: > From: Tom Stellard > > This fixes indirect addressing when on 32-bit systems. > --- > lib/Target/R600/AMDGPUInstrInfo.h |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lib/Target/R600/AMDGPUInstrInfo.h >

[Mesa-dev] [PATCH 2/2] R600: Fix 64-bit defines

2013-01-31 Thread Tom Stellard
From: Tom Stellard This fixes indirect addressing when on 32-bit systems. --- lib/Target/R600/AMDGPUInstrInfo.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Target/R600/AMDGPUInstrInfo.h b/lib/Target/R600/AMDGPUInstrInfo.h index bca3aa2..5220aa0 100644 --- a/l