Skip to content

Commit 77699a1

Browse files
johnbashgfxbot
authored andcommitted
Disable ULT for 32bit
Change-Id: I6f6f800311146bf334f970461cdc7cc0801d4c7c
1 parent 5c9a0c4 commit 77699a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/GmmLib/ULT/GmmAuxTableULT.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2020
OTHER DEALINGS IN THE SOFTWARE.
2121
============================================================================*/
2222

23-
#ifdef __linux__
23+
#if defined (__linux__) && !defined(__i386__)
2424

2525
#include "GmmAuxTableULT.h"
2626

Source/GmmLib/ULT/GmmAuxTableULT.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ OTHER DEALINGS IN THE SOFTWARE.
2222

2323
#pragma once
2424

25-
#ifdef __linux__
25+
#if defined (__linux__) && !defined(__i386__)
2626

2727
#ifndef _ISOC11_SOURCE
2828
#define _ISOC11_SOURCE 1

0 commit comments

Comments
 (0)