blob: 377d97f1f195445c0ef744f33882a3094ff03301 [file] [log] [blame]
// Copyright CHERIoT Contributors.
// SPDX-License-Identifier: MIT
#pragma once
#include <assembly-helpers.h>
#include <setjmp-assembly.h>
#define INVOCATION_LOCAL_UNWIND_LIST_OFFSET 8
EXPORT_ASSEMBLY_OFFSET(CleanupList, next, 0)
EXPORT_ASSEMBLY_OFFSET(CleanupList, env, 8)