Lower Windows minimal address to 16kB

Change-Id: I138438943d438ace0b5d76e04f3af8d9541d532a
This commit is contained in:
Zdanowicz, Zbigniew
2018-02-12 16:53:20 +01:00
committed by sys_ocldev
parent 333af8349e
commit d6b5433f14
2 changed files with 13 additions and 1 deletions

View File

@@ -24,6 +24,6 @@
namespace OCLRT {
constexpr uintptr_t windowsMinAddress = 0x200000;
constexpr uintptr_t windowsMinAddress = 0x4000;
} // namespace OCLRT