diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-06-24 23:00:26 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-06-24 23:00:26 +0300 |
| commit | 8d4b133652230b945e945d5f14f7c0b1f9f7bffc (patch) | |
| tree | 6a7b0e80b1d088786803af377281872173ddfab0 /ops/bs/bsx26.c | |
| parent | 5923fd6282cb12c217a3f1a3d366dc7a39ed71a3 (diff) | |
| download | copyjit-8d4b133652230b945e945d5f14f7c0b1f9f7bffc.tar.gz copyjit-8d4b133652230b945e945d5f14f7c0b1f9f7bffc.zip | |
add license stuff
Diffstat (limited to 'ops/bs/bsx26.c')
| -rw-r--r-- | ops/bs/bsx26.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ops/bs/bsx26.c b/ops/bs/bsx26.c index 4ad18fc..034c3f9 100644 --- a/ops/bs/bsx26.c +++ b/ops/bs/bsx26.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: copyleft-next-0.3.1 */ + #include "../common.h" DEFINE_OP(bsx26) { NEXT_OP(sp, a, x >> 26, y, o); |
