From b3794acc0356e3b5d0ff5b59f590a9a7eac11da0 Mon Sep 17 00:00:00 2001 From: Konstantin Baladurin Date: Tue, 10 Sep 2019 00:40:14 +0900 Subject: Linux/x86: fix build (#26594) --- src/inc/clrnt.h | 1 + src/jit/lsra.cpp | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/inc/clrnt.h b/src/inc/clrnt.h index 1356666024..f72d97f33d 100644 --- a/src/inc/clrnt.h +++ b/src/inc/clrnt.h @@ -854,6 +854,7 @@ typedef struct _DISPATCHER_CONTEXT { #ifdef WIN64EXCEPTIONS #include "win64unwind.h" +#include "daccess.h" FORCEINLINE DWORD diff --git a/src/jit/lsra.cpp b/src/jit/lsra.cpp index ead71c970b..5002fdd66e 100644 --- a/src/jit/lsra.cpp +++ b/src/jit/lsra.cpp @@ -5869,6 +5869,8 @@ void LinearScan::allocateRegisters() ref->moveReg = false; } break; + default: + break; } } } -- cgit v1.2.3