Skip to content

Commit ad03c60

Browse files
committed
Fix build
1 parent b6c703b commit ad03c60

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/coreclr/nativeaot/Runtime/unix/UnwindHelpers.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include "common.h"
55
#include "daccess.h"
66
#include "rhassert.h"
7+
#include <minipal/utils.h>
78

89
#define UNW_STEP_SUCCESS 1
910
#define UNW_STEP_END 0

src/coreclr/utilcode/opinfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const BYTE* OpInfo::fetch(const BYTE* instrPtr, OpArgsVal* args) {
112112
#ifdef _DEBUG
113113
_ASSERTE(!"BadType");
114114
#else
115-
UNREACHABLE(); // we are really certain the default case does not happen
115+
__UNREACHABLE(); // we are really certain the default case does not happen
116116
#endif
117117
break;
118118
}

0 commit comments

Comments
 (0)