summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/inc/clrnt.h1
-rw-r--r--src/jit/lsra.cpp2
2 files changed, 3 insertions, 0 deletions
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;
}
}
}