Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-04-23 23:34:32 +0300
committerGitHub <noreply@github.com>2017-04-23 23:34:32 +0300
commit2ee82c36094c4bf99907bfc4e73d0bfacfb28000 (patch)
tree166452aabddee1db0a25d59061aead723c263ccc /src/Native/Runtime/unix
parent0954511496f39534cd082dea48a6fe12d54cba22 (diff)
Fix Unix build break (#3413)
Diffstat (limited to 'src/Native/Runtime/unix')
-rw-r--r--src/Native/Runtime/unix/PalRedhawkUnix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Native/Runtime/unix/PalRedhawkUnix.cpp b/src/Native/Runtime/unix/PalRedhawkUnix.cpp
index 3cea7e00e..e90895b36 100644
--- a/src/Native/Runtime/unix/PalRedhawkUnix.cpp
+++ b/src/Native/Runtime/unix/PalRedhawkUnix.cpp
@@ -539,7 +539,7 @@ REDHAWK_PALEXPORT UInt32_BOOL REDHAWK_PALAPI PalMarkThunksAsValidCallTargets(
int thunkBlockSize,
int thunkBlocksPerMapping)
{
- return TRUE;
+ return UInt32_TRUE;
}
REDHAWK_PALEXPORT void REDHAWK_PALAPI PalSleep(uint32_t milliseconds)