diff options
Diffstat (limited to 'src/instructions/gen_tools.rs')
| -rw-r--r-- | src/instructions/gen_tools.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/instructions/gen_tools.rs b/src/instructions/gen_tools.rs index ad9ad62..a3d45bc 100644 --- a/src/instructions/gen_tools.rs +++ b/src/instructions/gen_tools.rs @@ -1,3 +1,9 @@ +// Copyright (c) 2025 taitep +// SPDX-License-Identifier: MIT +// +// This file is part of TRVE (https://gitea.taitep.se/taitep/trve) +// See LICENSE file in the project root for full license text. + use std::hint::unreachable_unchecked; use crate::instructions::{OpcodeHandler, Splitter}; |
