| Index: mojo/edk/system/memory.cc
|
| diff --git a/mojo/edk/system/memory.cc b/mojo/edk/system/memory.cc
|
| index 7073e3cd6f305894194c7b19fdea9e1a14a4ac90..574210a5927e4eabb56afcd4f3194a962660038c 100644
|
| --- a/mojo/edk/system/memory.cc
|
| +++ b/mojo/edk/system/memory.cc
|
| @@ -27,6 +27,7 @@ template void CheckUserPointer<1, 1>(const void*);
|
| template void CheckUserPointer<4, 4>(const void*);
|
| template void CheckUserPointer<8, 4>(const void*);
|
| template void CheckUserPointer<8, 8>(const void*);
|
| +template void CheckUserPointer<16, 8>(const void*);
|
|
|
| template <size_t size, size_t alignment>
|
| void CheckUserPointerWithCount(const void* pointer, size_t count) {
|
|
|