Skip to content

Commit

Permalink
Linux/x86: fix build (dotnet/coreclr#26594)
Browse files Browse the repository at this point in the history
Commit migrated from dotnet/coreclr@82f0870
  • Loading branch information
Konstantin Baladurin authored and jkotas committed Sep 9, 2019
1 parent 9459c15 commit 6cadaf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/coreclr/src/inc/clrnt.h
Original file line number Diff line number Diff line change
Expand Up @@ -854,6 +854,7 @@ typedef struct _DISPATCHER_CONTEXT {

#ifdef FEATURE_EH_FUNCLETS
#include "win64unwind.h"
#include "daccess.h"

FORCEINLINE
DWORD
Expand Down
2 changes: 2 additions & 0 deletions src/coreclr/src/jit/lsra.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5892,6 +5892,8 @@ void LinearScan::allocateRegisters()
ref->moveReg = false;
}
break;
default:
break;
}
}
}
Expand Down

0 comments on commit 6cadaf4

Please sign in to comment.