diff options
| author | taitep <taitep@taitep.se> | 2026-03-05 19:47:22 +0100 |
|---|---|---|
| committer | taitep <taitep@taitep.se> | 2026-03-05 19:47:22 +0100 |
| commit | 3f0640f724ce749fcc5f121d925d1d3fb5151e8c (patch) | |
| tree | afd1c637e6693504da2f6f903ff9c0e1faa096d2 /src/instructions | |
| parent | 6b6b778ab0e3dd26f8aaab60411610115d47c3df (diff) | |
Diffstat (limited to 'src/instructions')
| -rw-r--r-- | src/instructions/macros.rs | 2 | ||||
| -rw-r--r-- | src/instructions/rva.rs | 2 | ||||
| -rw-r--r-- | src/instructions/rvi.rs | 2 | ||||
| -rw-r--r-- | src/instructions/rvi/mem.rs | 2 | ||||
| -rw-r--r-- | src/instructions/rvm.rs | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/instructions/macros.rs b/src/instructions/macros.rs index c8fa8f1..e450417 100644 --- a/src/instructions/macros.rs +++ b/src/instructions/macros.rs @@ -1,7 +1,7 @@ // Copyright (c) 2025 taitep // SPDX-License-Identifier: BSD-2-Clause // -// This file is part of TRVE (https://gitea.taitep.se/taitep/trve) +// This file is part of TRVE (https://git.taitep.se/trve.git) // See LICENSE file in the project root for full license text. #[macro_export] diff --git a/src/instructions/rva.rs b/src/instructions/rva.rs index be1cd03..2ea8b18 100644 --- a/src/instructions/rva.rs +++ b/src/instructions/rva.rs @@ -1,7 +1,7 @@ // Copyright (c) 2026 taitep // SPDX-License-Identifier: BSD-2-Clause // -// This file is part of TRVE (https://gitea.taitep.se/taitep/trve) +// This file is part of TRVE (https://git.taitep.se/trve.git) // See LICENSE file in the project root for full license text. use std::sync::atomic::{AtomicU32, AtomicU64}; diff --git a/src/instructions/rvi.rs b/src/instructions/rvi.rs index 78267ea..5b705a6 100644 --- a/src/instructions/rvi.rs +++ b/src/instructions/rvi.rs @@ -1,7 +1,7 @@ // Copyright (c) 2025 taitep // SPDX-License-Identifier: BSD-2-Clause // -// This file is part of TRVE (https://gitea.taitep.se/taitep/trve) +// This file is part of TRVE (https://git.taitep.se/trve.git) // See LICENSE file in the project root for full license text. use crate::{core::Core, decode::Instruction, exceptions::Exception}; diff --git a/src/instructions/rvi/mem.rs b/src/instructions/rvi/mem.rs index ad08a39..f1dc92d 100644 --- a/src/instructions/rvi/mem.rs +++ b/src/instructions/rvi/mem.rs @@ -1,7 +1,7 @@ // Copyright (c) 2025 taitep // SPDX-License-Identifier: BSD-2-Clause // -// This file is part of TRVE (https://gitea.taitep.se/taitep/trve) +// This file is part of TRVE (https://git.taitep.se/trve.git) // See LICENSE file in the project root for full license text. use crate::{core::Core, exceptions::Exception, instructions::Instruction}; diff --git a/src/instructions/rvm.rs b/src/instructions/rvm.rs index b87b9f9..e618ae2 100644 --- a/src/instructions/rvm.rs +++ b/src/instructions/rvm.rs @@ -1,7 +1,7 @@ // Copyright (c) 2025 taitep // SPDX-License-Identifier: BSD-2-Clause // -// This file is part of TRVE (https://gitea.taitep.se/taitep/trve) +// This file is part of TRVE (https://git.taitep.se/trve.git) // See LICENSE file in the project root for full license text. // use crate::{core::Core, decode::Instruction, exceptions::Exception}; |
