Linux/x86: fix build (#26594)
authorKonstantin Baladurin <k.baladurin@samsung.com>
Mon, 9 Sep 2019 15:40:14 +0000 (00:40 +0900)
committerGleb Balykov <g.balykov@samsung.com>
Wed, 25 Mar 2020 12:29:41 +0000 (15:29 +0300)
src/inc/clrnt.h
src/jit/lsra.cpp

index 1356666..f72d97f 100644 (file)
@@ -854,6 +854,7 @@ typedef struct _DISPATCHER_CONTEXT {
 
 #ifdef WIN64EXCEPTIONS
 #include "win64unwind.h"
+#include "daccess.h"
 
 FORCEINLINE
 DWORD
index ead71c9..5002fdd 100644 (file)
@@ -5869,6 +5869,8 @@ void LinearScan::allocateRegisters()
                                 ref->moveReg    = false;
                             }
                             break;
+                        default:
+                            break;
                     }
                 }
             }