- /*
- * Copyright (C) 2019 Intel Corporation. All rights reserved.
- * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
- */
- #include "platform_api_vmcore.h"
- #include "platform_api_extension.h"
- uint8 *os_thread_get_stack_boundary()
- {
- /* TODO: implement os_thread_get_stack_boundary */
- return NULL;
- }
|